49 lines
1.8 KiB
Markdown
49 lines
1.8 KiB
Markdown
# [2.2.0](https://github.com/TriPSs/conventional-changelog-action/compare/v2.1.1...v2.2.0) (2020-05-08)
|
|
|
|
|
|
### Features
|
|
|
|
* Added outputs ([770b36d](https://github.com/TriPSs/conventional-changelog-action/commit/770b36d584ef48fe4e0ef7d808d18e5cb0031462))
|
|
|
|
|
|
|
|
## [2.1.1](https://github.com/TriPSs/conventional-changelog-action/compare/v2.1.0...v2.1.1) (2020-04-29)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* Fixed git being called incorrectly ([6bfb377](https://github.com/TriPSs/conventional-changelog-action/commit/6bfb377c32c27e881a77139109c1d40afed12415))
|
|
* Fixed tagPrefix being provided as context instead of option ([e66c42b](https://github.com/TriPSs/conventional-changelog-action/commit/e66c42b7603eadc663e120f1355b7da328301ece))
|
|
* Fixed tagPrefix not being provided to bumper ([5b65653](https://github.com/TriPSs/conventional-changelog-action/commit/5b65653fe8cedf1219e523bf44ee0a7453dcc8d2))
|
|
* Pull full history so it works with checkout@v2 ([50ab4fa](https://github.com/TriPSs/conventional-changelog-action/commit/50ab4fa80a641d1a198fb5fe17536a5db6a39a3a))
|
|
|
|
|
|
|
|
# [2.1.0](https://github.com/TriPSs/conventional-changelog-action/compare/v2.0.1...v2.1.0) (2020-04-28)
|
|
|
|
|
|
### Features
|
|
|
|
* Added the option to provide the location of the packge.json ([c18a89e](https://github.com/TriPSs/conventional-changelog-action/commit/c18a89eed164e4414b30da38013938f498abef11))
|
|
|
|
|
|
|
|
## [2.0.1](https://github.com/TriPSs/conventional-changelog-action/compare/v2.0.0...v2.0.1) (2020-04-16)
|
|
|
|
|
|
|
|
# [2.0.0](https://github.com/TriPSs/conventional-changelog-action/compare/v1.3.0...v2.0.0) (2020-04-16)
|
|
|
|
|
|
### Code Refactoring
|
|
|
|
* Changed int 5 to string 5 as default value ([b7d2808](https://github.com/TriPSs/conventional-changelog-action/commit/b7d28084e6d04b3b171793bfb8b28e47efb23025))
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
* Changed changelog-release-count to release-count
|
|
|
|
|
|
|