-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: Allow to enforce uploading releases as GitHub pre-releases (#894)
* Add: Allow to enforce uploading releases as GitHub pre-releases When creating a release it is now possible to enforce uploading the release with a pre-release status to GitHub. * Fix typings and linting * Change: Refactor tests for pontos-release create CLI The CLI subcommand is intended to create a release and therefore got renamed from `release` to `create`. Adjust the tests to reflect this change. * Add: Add tests for `--github-pre-release` flag for `pontos-release create` Ensure the correct behavior of parsing the new flag.
- Loading branch information
1 parent
9222594
commit 710fb09
Showing
6 changed files
with
303 additions
and
152 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
Oops, something went wrong.