-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: output new release version if one made (#31)
## Pull Request Description ### Overview This pull request introduces a new feature that outputs the new release version when a release is created in GitHub Actions. This is a feature that’s good to have, but I mostly implemented it to have a integration test for pre-release versions. ### Changes Made - **Feature Addition**: Added functionality to output the new release version when a release is made in GitHub Actions. This helps users easily identify the current version without needing to check additional logs or files. - **Testing**: Implemented tests to ensure that the pre-release version is correctly created and asserted during the release process. This ensures the reliability of the new output feature. <!-- branch-stack --> - `alpha` - \#31 :point\_left:
- Loading branch information
1 parent
281d843
commit 59520bd
Showing
6 changed files
with
118 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters