mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 21:51:39 +02:00
49 lines
2.0 KiB
Markdown
49 lines
2.0 KiB
Markdown
# Changelog
|
|
|
|
### [1.2.2](https://www.github.com/bcoe/release-please-action/compare/v1.2.1...v1.2.2) (2020-06-11)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **deps:** depend on release-please ^5.2.1 to support merge commits ([#28](https://www.github.com/bcoe/release-please-action/issues/28)) ([5c2e7c4](https://www.github.com/bcoe/release-please-action/commit/5c2e7c41fc2a838bdd1c4319f18385e4784b020f))
|
|
|
|
### [1.2.1](https://www.github.com/bcoe/release-please-action/compare/v1.2.0...v1.2.1) (2020-05-21)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* use the static build helper ([6872559](https://www.github.com/bcoe/release-please-action/commit/687255987d0e25878a9d56fd69de09c232bbcea3))
|
|
|
|
## [1.2.0](https://www.github.com/bcoe/release-please-action/compare/v1.1.0...v1.2.0) (2020-05-21)
|
|
|
|
|
|
### Features
|
|
|
|
* output whether or not a release was created ([#24](https://www.github.com/bcoe/release-please-action/issues/24)) ([b80ca61](https://www.github.com/bcoe/release-please-action/commit/b80ca61e2612c87bad38d85451c7f696a040bdc8))
|
|
|
|
## [1.1.0](https://www.github.com/bcoe/release-please-action/compare/v1.0.1...v1.1.0) (2020-05-20)
|
|
|
|
|
|
### Features
|
|
|
|
* Add `bump-minor-pre-major` option ([#9](https://www.github.com/bcoe/release-please-action/issues/9)) ([788c495](https://www.github.com/bcoe/release-please-action/commit/788c495e2607702ce5ab41e9e246161d07fe8854))
|
|
|
|
### [1.0.1](https://www.github.com/bcoe/release-please-action/compare/v1.0.0...v1.0.1) (2020-05-09)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* pass token to create release ([3ad91fa](https://www.github.com/bcoe/release-please-action/commit/3ad91fa6cb8cf2c05464672da14cbea65555e5a2))
|
|
|
|
## 1.0.0 (2020-05-09)
|
|
|
|
|
|
### ⚠ BREAKING CHANGES
|
|
|
|
* initial implementation of logic for running release please
|
|
|
|
### Features
|
|
|
|
* handle creating releases ([#3](https://www.github.com/bcoe/release-please-action/issues/3)) ([e72afe0](https://www.github.com/bcoe/release-please-action/commit/e72afe059a2eae50d319b3a4cee2a31479886fe8))
|
|
* initial implementation of logic for running release please ([196390b](https://www.github.com/bcoe/release-please-action/commit/196390b8667a14c2ab16f53ba086c11afee28327))
|