An open API service indexing awesome lists of open source software.

https://github.com/unitech/release-test-check


https://github.com/unitech/release-test-check

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

```
# Commits and Commits
git push origin master

npm version patch --no-git-tag-version
git commit -am "version: patch bump to 1.0.1"
git push origin master
git tag v1.0.1
git push origin v1.0.1
gren release -o -D commits -u keymetrics -r pm2-io-agent

gren changelog
git commit -m "chore: CHANGELOG"
npm publish
```