Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Sep 20, 2024
1 parent 602fb2b commit 41bdcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release-pr/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Workflow to create a new release PR, with one of the following two scenarios:
#
# - Major release
# - Pushes a new `release/<tag-prefix>-v<version>` branch based on latest default branch
# - Pushes a new `release/<tag-prefix>-v<version>` branch based on latest `major.minor` version, e.g. `release/aptos-v1.0`
# - Creates a new `release-pr` branch from the release, then bumps the version with the `version` input
# - Opens a release PR from `release-pr` to `release/<tag-prefix>-v<version>`
# - Minor release
Expand Down

0 comments on commit 41bdcab

Please sign in to comment.