This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
fmode
/
agent-app
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
850913530d
브랜치
태그
master
agent-app
/
rag-server
/
node_modules
/
@mapbox
/
node-pre-gyp
/
contributing.md
contributing.md
288 B
히스토리
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