@release-change/cli 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -64,7 +64,7 @@ npx release-change
64
64
 
65
65
  release-change requires access to the project repository. The Git authentication is set with the `RELEASE_TOKEN` environment variable, which is a [GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
66
66
 
67
- Here are examples of the workflow configuration (the file must be saved in the `.github/workflows/` directory):
67
+ Here are examples of the workflow configuration (the file must be saved in the `.github/workflows/` directory and make sure the option “Allow GitHub Actions to create and approve pull requests” is enabled in your repository settings):
68
68
  - using `pnpm`:
69
69
  ```yaml
70
70
  name: Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@release-change/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Fully automated version management, changelog management and package publishing with a focus on monorepos, pre-releases and major version zero",
5
5
  "keywords": [
6
6
  "automation",
@@ -50,15 +50,15 @@
50
50
  "pnpm": ">=10.28.0"
51
51
  },
52
52
  "dependencies": {
53
- "@release-change/ci": "0.1.1",
54
- "@release-change/commit-analyser": "0.1.1",
55
- "@release-change/config": "0.1.1",
56
- "@release-change/get-packages": "0.1.1",
57
- "@release-change/git": "0.1.1",
58
- "@release-change/github": "0.1.1",
59
- "@release-change/logger": "0.1.1",
60
- "@release-change/release": "0.1.1",
61
- "@release-change/shared": "0.1.1",
53
+ "@release-change/ci": "0.1.2",
54
+ "@release-change/get-packages": "0.1.2",
55
+ "@release-change/commit-analyser": "0.1.2",
56
+ "@release-change/git": "0.1.3",
57
+ "@release-change/config": "0.1.2",
58
+ "@release-change/github": "0.1.2",
59
+ "@release-change/logger": "0.1.2",
60
+ "@release-change/shared": "0.1.2",
61
+ "@release-change/release": "0.1.3",
62
62
  "@release-change/semver": "0.1.0"
63
63
  },
64
64
  "scripts": {