Skip to content

Commit

Permalink
chore: release v22.8.2
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-release: v2.0.0
  • Loading branch information
github-actions[bot] committed Aug 19, 2022
1 parent 63af7b4 commit 99537e8
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 27,176 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [22.8.2](https://github.com/kherock/yarn-plugins/compare/v22.8.1...v22.8.2) (2022-08-19)


### ⚠ BREAKING CHANGES

* **plugin-release:** make project-level CalVer tag optional and disabled by default

### Features

* **plugin-release:** make project-level CalVer tag optional and disabled by default ([63af7b4](https://github.com/kherock/yarn-plugins/commit/63af7b4c933a3f7ab0914db67656b15de3043bbf))


### Bug Fixes

* **plugin-release:** reset prerelease level when the calendar version changes ([7c03312](https://github.com/kherock/yarn-plugins/commit/7c03312338e000c52e2b3b4410565fe952da3d43))

## [22.8.1](https://github.com/kherock/yarn-plugins/compare/v22.8.0...v22.8.1) (2022-08-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kherock/yarn-plugins",
"version": "22.8.1",
"version": "22.8.2",
"private": true,
"license": "BSD-2-Clause",
"workspaces": [
Expand Down
16 changes: 16 additions & 0 deletions packages/plugin-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.0.0](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-release@1.8.0...@kherock/yarn-plugin-release@2.0.0) (2022-08-19)


### ⚠ BREAKING CHANGES

* **plugin-release:** make project-level CalVer tag optional and disabled by default

### Features

* **plugin-release:** make project-level CalVer tag optional and disabled by default ([63af7b4](https://github.com/kherock/yarn-plugins/commit/63af7b4c933a3f7ab0914db67656b15de3043bbf))


### Bug Fixes

* **plugin-release:** reset prerelease level when the calendar version changes ([7c03312](https://github.com/kherock/yarn-plugins/commit/7c03312338e000c52e2b3b4410565fe952da3d43))

## [1.8.0](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-release@1.7.0...@kherock/yarn-plugin-release@1.8.0) (2022-08-18)


Expand Down

0 comments on commit 99537e8

Please sign in to comment.