-
Notifications
You must be signed in to change notification settings - Fork 332
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
feat(nervous-system): release runscript automatically creates changelog PRs #3806
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this pull request affects the behavior of any canister owned by
the Governance team, remember to update the corresponding
unreleased_changes.md file(s).
To acknowldge this reminder (and unblock the PR), dismiss this
code review by going to the bottom of the pull request page, and
supply one of the following reasons:
-
Done.
-
No canister behavior changes.
1293d2c
to
3db6f40
Compare
No canister behavior changes.
3db6f40
to
c242bb2
Compare
4e9b9e1
to
5734b25
Compare
9d29b35
to
71bd94e
Compare
cb374fd
to
53de069
Compare
e7b0579
to
b3c25d9
Compare
d3d5d48
to
96e2be9
Compare
b3c25d9
to
1bdb00e
Compare
This is the final step in the release process. Now everything is automated!
Here is an example of a PR it creates: #3807
To create the PR, we use
gh
, which we assert you have on your computer before the first step. (This ensures that you don't get to the last step and then hit an error which would be slightly annoying to recover from. Instead, you get the error right away, and it should be smooth sailing after that.)The intention of this change is that you create the PR to update the changelog right when you create the proposals.
A consequence of is that the changelog now shows the date of proposal submission, rather than execution.
← Previous PR