Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Dec 20, 2024
1 parent c5abf89 commit de75838
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,17 @@ jobs:
sed -ri 's|<var.* name="version".*|<var name="version" value="'$RELEASE_VERSION'"/>|g' ./documentation/v.list;
sed -ri 's|<instance.* src="akkurate.tree".*|<instance src="akkurate.tree" version="'$RELEASE_VERSION'"/>|g' ./documentation/writerside.cfg;
- name: Commit and push
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: release ${{ inputs.version }}
branch: release/${{ inputs.version }}
create_branch: true
commit_author: Johann Pardanaud <[email protected]>
tagging_message: ${{ inputs.version }}
# - name: Commit and push
# uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: release ${{ inputs.version }}
# branch: release/${{ inputs.version }}
# create_branch: true
# commit_author: Johann Pardanaud <[email protected]>
# tagging_message: ${{ inputs.version }}

- name: Create a draft release
env:
# RELEASE_VERSION: ${{ inputs.version }}
RELEASE_VERSION: 0.99.0
run: chan show $RELEASE_VERSION | tail -n +2 | gh release create $RELEASE_VERSION --title "Akkurate $RELEASE_VERSION" --draft --notes-file -

0 comments on commit de75838

Please sign in to comment.