Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 230 Bytes

File metadata and controls

11 lines (7 loc) · 230 Bytes

new release

create local tag & push. GitHub ci will create a new release.

sync

git remote add upstream https://gitlab.com/antora/antora-default-ui.git
git fetch upstream
git checkout master
git merge upstream/master