-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update & automate changelog #1160
Comments
WIP refactoring how the change log is structured in the guides repo. |
Here's a lil sketch of the automation as it stands to go in. Just for this week I'm sure we can improve. Feedback very welcome @bangarang @NateFerrero! |
These two PRs on the guides repo should go in for a full e2e test: #1161 (First action on guides in diagram) When they go in I'll make and post a loom of the process! TL:DR on process is that any repo with the changelog package installed/configured will, upon releasing a new package (eg @flatfile/react@8.0.0) will trigger these actions and create a PR in the guides repo. That PR still needs to be reviewed by a human before going in (we all agreed, cause hallucinations suck!) then it merged and goes live! |
npm/cli#2610 Is unfortunately causing issues for e2e since these actions run in actions. ToDos to fix:
|
Apologies this slipped a day but everything is going out today!
Remaining automation:
|
Home stretch, just need someone with permission to add environment variables to these prs and approve. FlatFilers/flatfile-plugins#549 |
Major release of changelog package to accommodate using commit diffs as well as tags went in, so we're on changelog 1.0.0 now. Updates to tagged repos: FlatFilers/flatfile-node#49 And PR for spaces-ui and dashboard automation: https://github.com/FlatFilers/Platform/pull/7779 That's everything for basic functionality! I'll be updating the https://github.com/FlatFilers/changelog repo will issues for next steps - we're going to make a slack channel to notify all contributors with easy actions they can take to approve, edit, dismiss the summaries. |
Iterations:
The text was updated successfully, but these errors were encountered: