Skip to content

Commit

Permalink
feat(release-helper): add shipper-release as sub-project
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Jul 16, 2023
1 parent 1c9cfb1 commit 9580c38
Show file tree
Hide file tree
Showing 6 changed files with 910 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-helper/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
34 changes: 34 additions & 0 deletions release-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

The format is based on [Keep a Changelog][keep-a-changelog].

[keep-a-changelog]: https://keepachangelog.com/en/1.0.0/

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper-release/compare/0.0.3...HEAD

# [0.0.3] - 2023-07-05

## Changed

- Clean up code with clippy
- Testing the new release workflow with GitHub Actions

[0.0.3]: https://github.com/shipperstack/shipper-release/compare/0.0.2...0.0.3

# [0.0.2] - 2023-07-05

## Changed

- Fixed a bug where major and minor version increments wouldn't reset the lower version levels
- The `push` subcommand no longer adds the changed files to git before committing
- Fixed the changelog extracter including headers into the commit message

[0.0.2]: https://github.com/shipperstack/shipper-release/compare/0.0.1...0.0.2

# [0.0.1] - 2023-07-04

Initial release

[0.0.1]: https://github.com/shipperstack/shipper-release/compare/0e062087e64e764672d496c792bdbafabd264b3b...0.0.1
Loading

0 comments on commit 9580c38

Please sign in to comment.