Skip to content
Shinichi Suwa edited this page Apr 13, 2018 · 8 revisions

build

build/product/build.sh

adoc -> html

build/docs/build.sh

release

# タグ作成、CHANGELOG.md生成
export GITHUB_TOKEN="${GITHUB_TOKEN}"
build/release/prepare.sh --dry-run
# まだconventional-changelogが使いこなせていないので、CHANGELOG.mdの内容を確認

# push
git push origin --tags
Clone this wiki locally