Skip to content

Commit

Permalink
chore: release v3.1.0
Browse files Browse the repository at this point in the history
* New plugin `license` to check for outdated license years
* New plugin `manual-review` to do manual changes before committing
* Fix: `git` plugin never `amends` commits
  • Loading branch information
AlCalzone committed Sep 15, 2021
1 parent 26c7f80 commit 3e96ffa
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": ["lerna", "license", "manual-review"],
"plugins": ["lerna", "license"],
"exec": {
"before_commit": "yarn run build"
}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Placeholder for the next version (at the beginning of the line):
## **WORK IN PROGRESS**
-->
## **WORK IN PROGRESS**
## 3.1.0 (2021-09-15)
* New plugin `license` to check for outdated license years
* New plugin `manual-review` to do manual changes before committing
* Fix: `git` plugin never `amends` commits
Expand Down Expand Up @@ -58,4 +58,4 @@
* Added support for monorepos that are managed with [lerna](https://github.com/lerna/lerna)

## v1.5.1 (2020-06-06)
* Added support for splitting the changelog into README.md and CHANGELOG_OLD.md
* Added support for splitting the changelog into README.md and CHANGELOG_OLD.md
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "3.0.0",
"version": "3.1.0",
"command": {
"run": {
"stream": true
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.0.0",
"version": "3.1.0",
"description": "Plugin for Al Calzone's release script: git",
"keywords": [],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.0.0",
"version": "3.1.0",
"description": "Plugin for Al Calzone's release script: license",
"keywords": [],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-manual-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.0.0",
"version": "3.1.0",
"description": "Plugin for Al Calzone's release script: manual review",
"keywords": [],
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/release-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.0.0",
"version": "3.1.0",
"description": "Release script to automatically increment version numbers and push git tags of Node.js projects",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@alcalzone/release-script-core": "3.0.0",
"@alcalzone/release-script-plugin-changelog": "3.0.0",
"@alcalzone/release-script-plugin-exec": "3.0.0",
"@alcalzone/release-script-plugin-git": "3.0.0",
"@alcalzone/release-script-plugin-git": "3.1.0",
"@alcalzone/release-script-plugin-package": "3.0.0",
"@alcalzone/release-script-plugin-version": "3.0.0",
"alcalzone-shared": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ __metadata:
languageName: unknown
linkType: soft

"@alcalzone/release-script-plugin-git@3.0.0, @alcalzone/release-script-plugin-git@workspace:packages/plugin-git":
"@alcalzone/release-script-plugin-git@3.1.0, @alcalzone/release-script-plugin-git@workspace:packages/plugin-git":
version: 0.0.0-use.local
resolution: "@alcalzone/release-script-plugin-git@workspace:packages/plugin-git"
dependencies:
Expand Down Expand Up @@ -201,7 +201,7 @@ __metadata:
"@alcalzone/release-script-core": 3.0.0
"@alcalzone/release-script-plugin-changelog": 3.0.0
"@alcalzone/release-script-plugin-exec": 3.0.0
"@alcalzone/release-script-plugin-git": 3.0.0
"@alcalzone/release-script-plugin-git": 3.1.0
"@alcalzone/release-script-plugin-package": 3.0.0
"@alcalzone/release-script-plugin-version": 3.0.0
"@alcalzone/release-script-testing": 3.0.0
Expand Down

0 comments on commit 3e96ffa

Please sign in to comment.