34 Star 166 Fork 58

Gitee 极速下载 / AR.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/AR-js-org/AR.js
克隆/下载
HOW_TO_RELEASE.md 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
kalwalt 提交于 2022-03-24 21:27 . Last commit before release

How To Release ?

# Update following files:
CHANGELOG.md
three.js/src/threex/arjs-context.js
package.json
README.md

# Build everything - aka a-frame and three.js
npm install
npm run build

# Commit everything
git add . && git commit -a -m 'Last commit before release' && git push

# Go to master branch
git checkout master

# Merge dev branch into master branch
git merge dev

# tag the release
git tag <tag>

# push the tag on github
git push origin --tags

# push commits tag on github
git push

# publish on NPM (only if have proper credentials)
npm publish

# Come back to dev branch
git checkout dev


# update the a-frame codepen if needed
open "https://codepen.io/jeromeetienne/pen/mRqqzb?editors=1000#0"
JavaScript
1
https://gitee.com/mirrors/AR.js.git
git@gitee.com:mirrors/AR.js.git
mirrors
AR.js
AR.js
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891