@livingdocs/release-tools
Advanced tools
Comparing version 3.5.10 to 3.5.11
@@ -14,3 +14,3 @@ module.exports = function (dep) { | ||
It's not allowed to create a patch version based on ${argv.baseTag} | ||
Please first execute 'npx @daraff/create-bump-pr@latest' to bump the tag version on master | ||
Please first execute 'npx @livingdocsIO/create-bump-pr@latest' to bump the tag version on master | ||
@@ -20,3 +20,3 @@ ---------------------------------------------- | ||
---------------------------------------------- | ||
1) Execute npx @daraff/create-bump-pr (see example and option description) | ||
1) Execute npx @livingdocsIO/create-bump-pr (see example and option description) | ||
- the script automatically updates the README.md with an empty line to indicate a change | ||
@@ -27,3 +27,3 @@ - the script create a PR to incite a new minor version | ||
4) Go to your repo again | ||
5) Execute git pull --tags | ||
5) Execute git pull --tags | ||
6) Execute npx @livingdocs/release-tools@latest create-release-branch again | ||
@@ -34,3 +34,3 @@ | ||
------- | ||
npx @daraff/create-bump-pr \ | ||
npx @livingdocsIO/create-bump-pr \ | ||
--token=<your-gh-token> \ | ||
@@ -51,3 +51,3 @@ --owner=<gh-owner> \ | ||
****repo**** | ||
The repository name (e.g. livingdocs-server) | ||
The repository name (e.g. livingdocs-server) | ||
` | ||
@@ -54,0 +54,0 @@ return reject(new Error(msg)) |
{ | ||
"name": "@livingdocs/release-tools", | ||
"version": "3.5.10", | ||
"version": "3.5.11", | ||
"description": "CLI tools for handling a release on git/github", | ||
@@ -60,9 +60,9 @@ "main": "index.js", | ||
"service": "drone", | ||
"commit": "c5fd71b2a87c805ed7a0fa3c14569950ce55052b", | ||
"build": "11", | ||
"commit": "00fede296ac19cffe5ec2dfe3af14ffa6246f7b8", | ||
"build": "14", | ||
"branch": "master", | ||
"isPr": false, | ||
"slug": "livingdocsIO/release-tools", | ||
"date": "2021-07-01T12:36:55.788Z" | ||
"date": "2024-07-01T06:52:07.496Z" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
212889