automate-release 2.0.32 → 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.
- package/bin/install.js +9 -0
- package/package.json +2 -2
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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "automate-release",
|
|
3
3
|
"description": "No more manual work in your software releases.",
|
|
4
|
-
"homepage": "https://
|
|
5
|
-
"version": "2.0.
|
|
4
|
+
"homepage": "https://github.com/kikobeats/automate-release",
|
|
5
|
+
"version": "2.0.34",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"automate-release": "bin/index.js"
|