automate-release 2.0.33 → 2.0.34

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/bin/install.js +9 -0
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -106,5 +106,14 @@ module.exports = async ({ cwd } = {}) => {
106
106
  )
107
107
  )
108
108
  console.log()
109
+
110
+ console.log(gray(' And write permissions for GitHub Actions:\n'))
111
+
112
+ console.log(
113
+ gray(
114
+ ' - Actions > General > Workflow Permissions > Read and write permissions\n'
115
+ )
116
+ )
117
+
109
118
  console.log(gray(` Perform an \`${white('npm install')}\` to finish it.`))
110
119
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "automate-release",
3
3
  "description": "No more manual work in your software releases.",
4
4
  "homepage": "https://github.com/kikobeats/automate-release",
5
- "version": "2.0.33",
5
+ "version": "2.0.34",
6
6
  "main": "index.js",
7
7
  "bin": {
8
8
  "automate-release": "bin/index.js"