Skip to content

Commit

Permalink
Merge branch 'develop' into 1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhozic committed Dec 7, 2023
2 parents 61fcc22 + bcedebc commit 3288616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
with:
tag_name: ${{ steps.tag_version.outputs.new_tag }}
release_name: ${{ steps.tag_version.outputs.new_tag }}
body: "Changelog: /en/v${{github.event.inputs.version-major}}.${{github.event.inputs.version-minor}}.x/changelog.html"
body: "Changelog: https://tkclasswizard.readthedocs.io/en/v${{github.event.inputs.version-major}}.${{github.event.inputs.version-minor}}.x/changelog.html"
draft: false
prerelease: false

0 comments on commit 3288616

Please sign in to comment.