summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2023-09-12 22:12:26 +0200
committerrebortg <github@ghlr.de>2023-09-12 22:12:26 +0200
commit975df767347a2d6abe2c789824250a8e2fcbd3eb (patch)
tree68415a60976381cc6617292ac88a7abf8c09db3a /.github/workflows
parentd4342fd4a844dab4da14c78d7ff9e5bf4b7c5e79 (diff)
downloadvyos-documentation-975df767347a2d6abe2c789824250a8e2fcbd3eb.tar.gz
vyos-documentation-975df767347a2d6abe2c789824250a8e2fcbd3eb.zip
include releasenotes of 1.5
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/submodules.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml
index 9959825d..d2e3f99f 100644
--- a/.github/workflows/submodules.yml
+++ b/.github/workflows/submodules.yml
@@ -17,7 +17,7 @@ jobs:
git submodule status
git submodule update --init --force
cd docs/_include/vyos-1x
- git checkout current
+ git checkout sagitta
git pull
git submodule status
- name: update releasenotes
@@ -26,7 +26,7 @@ jobs:
if: env.PHABRICATOR_API != null
run: |
pip3 install phabricator==0.8.0
- python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b current equuleus
+ python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b circinus sagitta equuleus
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with: