Skip to content

Commit

Permalink
adding 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Feb 8, 2024
1 parent ce86562 commit b5e61c8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
path = nuvolaris-documentation/0.2.2
url = [email protected]:nuvolaris/nuvolaris-documentation
branch = 0.2.2
[submodule "nuvolaris-documentation/3.1.0"]
path = nuvolaris-documentation/3.1.0
url = https://github.com/nuvolaris/nuvolaris-documentation
branch = 3.1.0-mastrogpt
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ tasks:
cmds:
- task: snap
vars:
CUR: 3.0.0
CUR: 3.1.0
- npx antora --fetch --clean --attribute cur-ver="$(curl -s https://raw.githubusercontent.com/nuvolaris/olaris/3.0.0/nuvroot.json | jq .version -r)" antora-playbook.yml
sources:
- nuvolaris-documentation/3.0.0/**/*.adoc
- nuvolaris-documentation/3.1.0/**/*.adoc

publish:
desc: build the website on github
Expand All @@ -57,7 +57,7 @@ tasks:
- git push origin main
- git push origin --tags
vars:
CUR: 3.0.0
CUR: 3.1.0
env:
TAG:
sh: echo "v{{.CUR}}-beta.$(date +%y%m%d%H%M)"
3 changes: 3 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ site:

content:
sources:
- url: https://github.com/nuvolaris/nuvolaris-documentation
branches: 3.1.0

- url: https://github.com/nuvolaris/nuvolaris-documentation
branches: 3.0.0

Expand Down
1 change: 1 addition & 0 deletions nuvolaris-documentation/3.1.0
Submodule 3.1.0 added at edc9c2
1 change: 0 additions & 1 deletion nuvolaris-training
Submodule nuvolaris-training deleted from 8919ba

0 comments on commit b5e61c8

Please sign in to comment.