Skip to content

Commit

Permalink
bump version (#6569)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Dec 15, 2023
1 parent 3b4c461 commit 4fdbcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Generate release notes for beta versions
run: |
reno report --no-show-source --ignore-cache --version v${{ steps.version.outputs.current_pre_release }} -o relnotes.rst
reno report --no-show-source --ignore-cache --version v${{ steps.version.outputs.current_release }}-${{ steps.version.outputs.current_pre_release }} -o relnotes.rst
- name: Convert to Markdown
uses: docker://pandoc/core:3.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-beta.2
2.0.0-beta.3

0 comments on commit 4fdbcfa

Please sign in to comment.