Skip to content

Commit

Permalink
chore: release v3.6.0
Browse files Browse the repository at this point in the history
* `git` plugin: Add the `--tagOnly` flag to only create a tag without pushing the commit to the release branch.
  • Loading branch information
AlCalzone committed Jul 3, 2023
1 parent 789ef0c commit 5eba076
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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.6.0 (2023-07-03)
* `git` plugin: Add the `--tagOnly` flag to only create a tag without pushing the commit to the release branch.

## 3.5.9 (2022-05-02)
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.5.9",
"version": "3.6.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.5.9",
"version": "3.6.0",
"description": "Plugin for Al Calzone's release script: git",
"keywords": [],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-iobroker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.9",
"version": "3.6.0",
"description": "Plugin for Al Calzone's release script: ioBroker",
"keywords": [],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lerna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.9",
"version": "3.6.0",
"description": "Plugin for Al Calzone's release script: lerna",
"keywords": [],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.9",
"version": "3.6.0",
"description": "Plugin for Al Calzone's release script: npm package files",
"keywords": [],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.9",
"version": "3.6.0",
"description": "Plugin for Al Calzone's release script: Versioning",
"keywords": [],
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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.5.9",
"version": "3.6.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,9 +42,9 @@
"@alcalzone/release-script-core": "3.5.9",
"@alcalzone/release-script-plugin-changelog": "3.5.9",
"@alcalzone/release-script-plugin-exec": "3.5.9",
"@alcalzone/release-script-plugin-git": "3.5.9",
"@alcalzone/release-script-plugin-package": "3.5.9",
"@alcalzone/release-script-plugin-version": "3.5.9",
"@alcalzone/release-script-plugin-git": "3.6.0",
"@alcalzone/release-script-plugin-package": "3.6.0",
"@alcalzone/release-script-plugin-version": "3.6.0",
"alcalzone-shared": "^4.0.1",
"axios": "^0.27.1",
"enquirer": "^2.3.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ __metadata:
languageName: unknown
linkType: soft

"@alcalzone/release-script-plugin-git@3.5.9, @alcalzone/release-script-plugin-git@workspace:packages/plugin-git":
"@alcalzone/release-script-plugin-git@3.6.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 @@ -117,7 +117,7 @@ __metadata:
languageName: unknown
linkType: soft

"@alcalzone/release-script-plugin-package@3.5.9, @alcalzone/release-script-plugin-package@workspace:packages/plugin-package":
"@alcalzone/release-script-plugin-package@3.6.0, @alcalzone/release-script-plugin-package@workspace:packages/plugin-package":
version: 0.0.0-use.local
resolution: "@alcalzone/release-script-plugin-package@workspace:packages/plugin-package"
dependencies:
Expand All @@ -143,7 +143,7 @@ __metadata:
languageName: unknown
linkType: soft

"@alcalzone/release-script-plugin-version@3.5.9, @alcalzone/release-script-plugin-version@workspace:packages/plugin-version":
"@alcalzone/release-script-plugin-version@3.6.0, @alcalzone/release-script-plugin-version@workspace:packages/plugin-version":
version: 0.0.0-use.local
resolution: "@alcalzone/release-script-plugin-version@workspace:packages/plugin-version"
dependencies:
Expand Down Expand Up @@ -209,9 +209,9 @@ __metadata:
"@alcalzone/release-script-core": 3.5.9
"@alcalzone/release-script-plugin-changelog": 3.5.9
"@alcalzone/release-script-plugin-exec": 3.5.9
"@alcalzone/release-script-plugin-git": 3.5.9
"@alcalzone/release-script-plugin-package": 3.5.9
"@alcalzone/release-script-plugin-version": 3.5.9
"@alcalzone/release-script-plugin-git": 3.6.0
"@alcalzone/release-script-plugin-package": 3.6.0
"@alcalzone/release-script-plugin-version": 3.6.0
"@alcalzone/release-script-testing": 3.5.9
"@types/yargs": ^17.0.10
alcalzone-shared: ^4.0.1
Expand Down

0 comments on commit 5eba076

Please sign in to comment.