Skip to content

Commit

Permalink
automatic changelog and bump version (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Mar 5, 2025
1 parent 46b4d66 commit 93721f7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Post-release
on:
release:
types: [published, released]
workflow_dispatch:

jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_summary_template: 'update changelog for %s changes'
pull_request: true
Empty file added CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion src/arviz_stats/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ArviZ version."""

__version__ = "0.4.0.dev0"
__version__ = "0.4.0"

0 comments on commit 93721f7

Please sign in to comment.