-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bbd910
commit 8f070a3
Showing
69 changed files
with
8,834 additions
and
19,648 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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,101 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased](https://github.com/paulshryock/release-bump/compare/HEAD..v2.2.1) | ||
## [Unreleased] | ||
|
||
### Added | ||
|
||
### Changed | ||
- [Breaking changes] Rewrite core API and CLI. | ||
|
||
- Bump changelog and get on with it. | ||
- Bump docblock comments via git and sed. | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
- All command line args. | ||
|
||
### Fixed | ||
|
||
### Security | ||
|
||
## [2.2.1](https://github.com/paulshryock/release-bump/releases/tag/v2.2.1) - 2021/07/29 | ||
## [2.2.1] - 2021/07/29 | ||
|
||
### Changed | ||
|
||
- Update `file` util methods. | ||
- Update test coverage. | ||
|
||
## [2.2.0](https://github.com/paulshryock/release-bump/releases/tag/v2.2.0) - 2021/07/28 | ||
## [2.2.0] - 2021/07/28 | ||
|
||
### Added | ||
|
||
- Add unit tests. [#22] | ||
- Add `type` util methods. | ||
- Add `quiet` CLI flag. | ||
- Add linting. [#26] | ||
|
||
### Changed | ||
|
||
- Update `file` util methods. | ||
|
||
## [2.1.0](https://github.com/paulshryock/release-bump/releases/tag/v2.1.0) - 2021/07/21 | ||
## [2.1.0] - 2021/07/21 | ||
|
||
### Added | ||
|
||
- Add prefix configuration. | ||
|
||
## [2.0.0](https://github.com/paulshryock/release-bump/releases/tag/v2.0.0) - 2021/07/20 | ||
## [2.0.0] - 2021/07/20 | ||
|
||
### Added | ||
|
||
- Bump WordPress plugin. | ||
|
||
### Changed | ||
|
||
- Rewrite classes. | ||
|
||
### Removed | ||
|
||
- Remove configuration. | ||
|
||
## [1.3.0](https://github.com/paulshryock/release-bump/releases/tag/v1.3.0) - 5/20/2021 | ||
## [1.3.0] - 5/20/2021 | ||
|
||
### Added | ||
|
||
- Bump WordPress theme. | ||
|
||
## [1.2.1](https://github.com/paulshryock/release-bump/releases/tag/v1.2.1) - 4/5/2021 | ||
## [1.2.1] - 4/5/2021 | ||
|
||
### Fixed | ||
|
||
- Fix release tags typo. [#12] | ||
|
||
## [1.2.0](https://github.com/paulshryock/release-bump/releases/tag/v1.2.0) - 4/5/2021 | ||
## [1.2.0] - 4/5/2021 | ||
|
||
### Added | ||
|
||
- Get package version from CLI. [#7] | ||
- Get package help documentation from CLI. | ||
|
||
### Changed | ||
|
||
- Better logging. | ||
- Cancel Changelog bump if file does not exist. | ||
|
||
## [1.1.0](https://github.com/paulshryock/release-bump/releases/tag/v1.1.0) - 4/2/2021 | ||
## [1.1.0] - 4/2/2021 | ||
|
||
### Added | ||
|
||
- Add CLI flag configuration. [#4] | ||
|
||
## [1.0.0](https://github.com/paulshryock/release-bump/releases/tag/v1.0.0) - 3/30/2021 | ||
## [1.0.0] - 3/30/2021 | ||
|
||
### Added | ||
- Bump Changelog. | ||
|
||
- Bump Changelog. |
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.