-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Aim
This task aims at implementing a GitHub Actions script to mimic the next-release-version in order to work with our for of semantic-release-squash.
This action will be called by the semantic-release-cargo to publish the bin and package when a new release is created.
As the README of this repository says, the next-release-version must be called before :
uses: semantic-release-action/next-release-version/.github/workflows/next-release-version.yml@v4
Assumptions
- None
Acceptance criteria
- The new GitHub Actions script is named
next-release-version-squash - The new GitHub Actions script must invoke
semantic-release-squash
Risks
- None
Dependencies
- None
References
Reactions are currently unavailable