-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to release as a prerelease (#20)
* Renaming entries to GitBuddy * Command registry is set up * Setup the new structure for having multiple commands * Fix swiftlint warning * Fix SwiftLint warnings * Changing the authentication method to Basic HTTP * Improve folder structure * Start implementing the release command * Output is now printed by GitBuddy * Printing errors is now more clean * Cleaned up the code, added folders in the tests, added strongly typed for shell commands to make it easier to mock * Handle verbose globally * Cleaned up the code a bit more inside the release producer * Add tests for the release producer * Adding an option to change the local changelog file * Added tests * Related issues and pull requests are now commented * Changelog is now tested * Add tests for commenting * Improve the structure for posting comments * Fix Octokit reference * Update the readme to reflect the current changes * Add verbose and help options for --help command. Convert to doner-case * Adds a version command and adds all license headers * Update the License * Fix SwiftLint warnings * Add an option to release as a prerelease * Add post body tests * Fix Mocker reference
- Loading branch information
Showing
5 changed files
with
61 additions
and
14 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