-
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.
Change: ⚠️ Merge prepare and release CLI (#643)
* Change: Drop preamble from generated changelog text Drop ``` # Changelog All notable changes to this project will be documented in this file. ``` * Add: Add release CLI parser test for empty git tag prefix * Change: Add new arguments from prepare to release CLI Add --release-type, --local and --conventional-commits-config to release CLI. This will allow to merge the prepare functionality into release. * Change: Merge prepare into release command Extend the release CLI to include the functionality of the prepare CLI. With this change no intermediate prepare command is required to create a release anymore. Additionally no changelog file is written to the disk anymore. To test the release it is possible to run release locally by adding the `--local` argument where only commits and tags are created but not pushed to a remote repo and no release is published at GitHub. * Remove: Remove pontos-release prepare CLI The functionality of the prepare CLI got merged into release and is obsolete now.
- Loading branch information
1 parent
7d794b3
commit d2ab17c
Showing
8 changed files
with
1,303 additions
and
1,224 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.