Skip to content
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

chore: update release script #12481

Merged
merged 4 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
bartlomieju committed Oct 18, 2021
commit 2c9ee3891b876a5eeada0bbc7af7f44340e544e2
3 changes: 1 addition & 2 deletions tools/cut_a_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ cut.**
9. If you are doing a patch release, answer `y` to the _Increment patch?_
prompt.

10. Use the output of the above command to update `Releases.md` (removing
`refactor`, `test` and `doc` commits)
10. Use the output of the above command to update `Releases.md`

11. Create a PR for these changes.

Expand Down
1 change: 1 addition & 0 deletions tools/release/helpers/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const IGNORED_COMMIT_PREFIX = [
"chore",
"ci",
"docs",
"refactor",
"test",
];

Expand Down