glowing-parakeet
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "glowing-parakeet", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "add", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,13 +23,18 @@ # glowing-parakeet | ||
## Publish / Release | ||
## Github expresssions | ||
### Required | ||
- Github Repo > Secrets > Actions | ||
- NPM_TOKEN | ||
- GH_TOKEN (github token): note that prefixing the token with `GITHUB_` is no longer allowed, so name this GH_TOKEN instead | ||
Github expressions come in the format: | ||
- package.json | ||
```yaml | ||
if: ${{ <expression> }} | ||
``` | ||
"release": { | ||
"analyzeCommits": "semantic-release-conventional-commits" | ||
"branches": "main" | ||
} | ||
``` | ||
## Publish / Release | ||
## linting commits | ||
@@ -36,0 +41,0 @@ |
5291
43