访客地图

Atom package发布

张成
2016/6

git init

git add .

git commit -m "init project"

git remote add origin git@github.com:username/projectname

git push -u origin master

提交不上添加ssh授权到github个人账户

接下来打标签

git tag v1.0.0

git push origin v1.0.0


git文档https://git-scm.com/book/zh/v2



apm publish minor 第一次发布包

apm publish patch 发布包 修复bug时用他发布

apm publish major 大版本更新时 用他发布  

这些都会在github项目中 打上tag 在package.json文件中增加版本号