Skip to content

Commit

Permalink
chore: release v3.8.0
Browse files Browse the repository at this point in the history
* `git` plugin: allow to skip push stage via `noPush` option
  • Loading branch information
AlCalzone committed Jul 23, 2024
1 parent a0c7d17 commit 9a14f20
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.8.0 (2024-07-23)
* `git` plugin: allow to skip push stage via `noPush` option

## 3.7.3 (2024-07-05)
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": "@alcalzone/release-script-repo",
"version": "3.7.3",
"version": "3.8.0",
"description": "Release script to automatically increment version numbers and push git tags",
"keywords": [
"release",
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.7.0",
"version": "3.8.0",
"description": "Plugin for Al Calzone's release script: git",
"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.7.3",
"version": "3.8.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.7.0",
"@alcalzone/release-script-plugin-changelog": "3.7.0",
"@alcalzone/release-script-plugin-exec": "3.7.0",
"@alcalzone/release-script-plugin-git": "3.7.0",
"@alcalzone/release-script-plugin-git": "3.8.0",
"@alcalzone/release-script-plugin-package": "3.7.3",
"@alcalzone/release-script-plugin-version": "3.7.0",
"alcalzone-shared": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ __metadata:
languageName: unknown
linkType: soft

"@alcalzone/release-script-plugin-git@3.7.0, @alcalzone/release-script-plugin-git@workspace:packages/plugin-git":
"@alcalzone/release-script-plugin-git@3.8.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 @@ -213,7 +213,7 @@ __metadata:
"@alcalzone/release-script-core": 3.7.0
"@alcalzone/release-script-plugin-changelog": 3.7.0
"@alcalzone/release-script-plugin-exec": 3.7.0
"@alcalzone/release-script-plugin-git": 3.7.0
"@alcalzone/release-script-plugin-git": 3.8.0
"@alcalzone/release-script-plugin-package": 3.7.3
"@alcalzone/release-script-plugin-version": 3.7.0
"@alcalzone/release-script-testing": 3.7.0
Expand Down

0 comments on commit 9a14f20

Please sign in to comment.