From 975df767347a2d6abe2c789824250a8e2fcbd3eb Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 12 Sep 2023 22:12:26 +0200 Subject: include releasenotes of 1.5 --- .github/workflows/submodules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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: -- cgit v1.2.3