Skip to content

Commit

Permalink
docs(🔫): keep changelog up-to-date
Browse files Browse the repository at this point in the history
SCOPE: Goodcommit
WHY: Maintain observability.

Prepare for v1.0.0 release (for the second time 😁).

🦔

Signed-off-by: Rolando Sotelo <rola@hey.com>
  • Loading branch information
rolasotelo committed Apr 6, 2024
1 parent 248f3ac commit 043f5a3
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [1.1.1]

### Added

- Use environment variable to set configuration file path, with `--config` flag taking precedence if both are provided. ([#14](https://github.com/nantli/goodcommit/pull/14))

### Fixed

- Skip co-authors selection when there are 0 options available. ([#15](https://github.com/nantli/goodcommit/pull/15))
- Fix panic when body is empty. ([#16](https://github.com/nantli/goodcommit/pull/16))

## [1.0.0]

### Added
Expand All @@ -35,8 +24,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Add author and coauthors emojis to the body of the commit message. ([#12](https://github.com/nantli/goodcommit/pull/12))
- Add `--config` flag to specify a custom configuration file. ([#12](https://github.com/nantli/goodcommit/pull/12))
- Commit staged files using the formatted commit message. ([#12](https://github.com/nantli/goodcommit/pull/12))
- Use environment variable to set configuration file path, with `--config` flag taking precedence if both are provided. ([#14](https://github.com/nantli/goodcommit/pull/14))

[unreleased]: https://github.com/nantli/goodcommit/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/nantli/goodcommit/compare/v1.0.0...v1.1.1
[unreleased]: https://github.com/nantli/goodcommit/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/nantli/goodcommit/compare/v0.0.0...v1.0.0

0 comments on commit 043f5a3

Please sign in to comment.