git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
node-pre-gyp
contributing.md
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
contributing.md
Blame
History
Raw
# Contributing ### Releasing a new version: - Ensure tests are passing on travis and appveyor - Run `node scripts/abi_crosswalk.js` and commit any changes - Update the changelog - Tag a new release like: `git tag -a v0.6.34 -m "tagging v0.6.34" && git push --tags` - Run `npm publish`