Document release process
Open
- Dominant language
- JavaScript
- Stars
- 364
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Maybe add the release process to CONTRIBUTING
```
Update changelog date
Bump package.json
commit -m '6.4.0'
git tag v6.4.0
git push ; git push --tags
npx gh-release
npm publish
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Open CONTRIBUTING and compare its current release guidance with the release steps in the issue. Document the changelog update, package.json bump, commit and tag commands, pushes, gh-release invocation, and npm publish step; done means the process is recorded clearly in CONTRIBUTING.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation, release
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100