semantic-release-ado
Version:
Semantic release plugin for automatic releases on Azure DevOps pipelines.
98 lines (44 loc) • 4.28 kB
Markdown
# [1.4.0](https://github.com/lluchmk/semantic-release-ado/compare/v1.3.1...v1.4.0) (2022-12-02)
### Bug Fixes
* **docs:** updating readme with isOutput documentation ([da378b0](https://github.com/lluchmk/semantic-release-ado/commit/da378b07ddb15ff13b24ae96e10b2ab2f8779679))
### Features
* adding the ability to set the `isOutput` to true from within plugin ([fbfe337](https://github.com/lluchmk/semantic-release-ado/commit/fbfe337546906a9c1c817e102c2ddf608e742a4d))
* adding the ability to set the `isOutput` to true from within plugin ([09ffbd0](https://github.com/lluchmk/semantic-release-ado/commit/09ffbd05a9e590e2e2655e61af4dac5155eabd93))
# [1.4.0](https://github.com/lluchmk/semantic-release-ado/compare/v1.3.1...v1.4.0) (2022-12-02)
### Bug Fixes
* **docs:** updating readme with isOutput documentation ([da378b0](https://github.com/lluchmk/semantic-release-ado/commit/da378b07ddb15ff13b24ae96e10b2ab2f8779679))
### Features
* adding the ability to set the `isOutput` to true from within plugin ([fbfe337](https://github.com/lluchmk/semantic-release-ado/commit/fbfe337546906a9c1c817e102c2ddf608e742a4d))
* adding the ability to set the `isOutput` to true from within plugin ([09ffbd0](https://github.com/lluchmk/semantic-release-ado/commit/09ffbd05a9e590e2e2655e61af4dac5155eabd93))
## [1.3.1](https://github.com/lluchmk/semantic-release-ado/compare/v1.3.0...v1.3.1) (2021-11-24)
### Bug Fixes
* 🐛 Fixes dependancy of semantic-release to 18.0.9 ([b7770b3](https://github.com/lluchmk/semantic-release-ado/commit/b7770b3258d79e59d14d38a8cc76a5ebec963817)), closes [#17](https://github.com/lluchmk/semantic-release-ado/issues/17)
* 🐛 Removed upper boundary ([8be0302](https://github.com/lluchmk/semantic-release-ado/commit/8be0302ec2265d5394ed421c6e9ef713144613f9)), closes [#17](https://github.com/lluchmk/semantic-release-ado/issues/17)
* **deps:** remove upper boundary of semantic-release ([7c162cd](https://github.com/lluchmk/semantic-release-ado/commit/7c162cd86d6cc1848fa492ea607abb1d50abd4f7))
# [1.3.0](https://github.com/lluchmk/semantic-release-ado/compare/v1.2.2...v1.3.0) (2021-11-18)
### Features
* Move version variable assignment to verifyRelease ([8ee7dd4](https://github.com/lluchmk/semantic-release-ado/commit/8ee7dd4f5c12cebf75662c57f4b105c206f64f6e))
# [1.3.0-alpha.1](https://github.com/lluchmk/semantic-release-ado/compare/v1.2.2...v1.3.0-alpha.1) (2021-11-18)
### Features
* Move version variable assignment to verifyRelease ([8ee7dd4](https://github.com/lluchmk/semantic-release-ado/commit/8ee7dd4f5c12cebf75662c57f4b105c206f64f6e))
## [1.2.2](https://github.com/lluchmk/semantic-release-ado/compare/v1.2.1...v1.2.2) (2020-05-03)
### Bug Fixes
* bump peerDependencies ([ca35a96](https://github.com/lluchmk/semantic-release-ado/commit/ca35a96a4d6a91f5d238d59c433db4644d16d7f5))
## [1.2.1](https://github.com/lluchmk/semantic-release-ado/compare/v1.2.0...v1.2.1) (2020-02-12)
### Bug Fixes
* setOnlyOnRelease always truthy ([0804f47](https://github.com/lluchmk/semantic-release-ado/commit/0804f47ad749b8d561e38f1659fd17fb8ee6a603))
# [1.2.0](https://github.com/lluchmk/semantic-release-ado/compare/v1.1.0...v1.2.0) (2019-09-03)
### Features
* Allow configuring behavior on nextRelease when there's no relevant changes. ([9c3d353](https://github.com/lluchmk/semantic-release-ado/commit/9c3d353))
# [1.1.0](https://github.com/lluchmk/semantic-release-ado/compare/v1.0.2...v1.1.0) (2019-09-01)
### Features
* retrieve also current version ([cf172b4](https://github.com/lluchmk/semantic-release-ado/commit/cf172b4))
## [1.0.2](https://github.com/lluchmk/semantic-release-ado/compare/v1.0.1...v1.0.2) (2019-01-27)
### Bug Fixes
* Remove unneded [skip ci] from release commit. ([304b0ff](https://github.com/lluchmk/semantic-release-ado/commit/304b0ff))
## [1.0.1](https://github.com/lluchmk/semantic-release-ado/compare/v1.0.0...v1.0.1) (2019-01-27)
### Bug Fixes
* Add documentation at README ([922ebbf](https://github.com/lluchmk/semantic-release-ado/commit/922ebbf))
# 1.0.0 (2019-01-26)
### Features
* Add semantic-releasee config file. ([c2964f4](https://github.com/lluchmk/semantic-release-ado/commit/c2964f4))