Skip to content

Commit

Permalink
automatically generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Aug 7, 2023
1 parent 0e72e8a commit 392f2ba
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,16 @@ jobs:
outputs:
upload_url: ${{ steps.create-release.outputs.upload_url }}
steps:
- name: Build Changelog
id: build-changelog
uses: mikepenz/release-changelog-builder-action@v4
with:
commitMode: true
- name: Create Release
id: create-release
uses: softprops/action-gh-release@v1
with:
body: ${{steps.build-changelog.outputs.changelog}}
read-version:
name: Read version
runs-on: ubuntu-latest
Expand Down
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rickview"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
license = "MIT"
keywords = ["rdf", "semantic-web", "linked-data"]
Expand Down

0 comments on commit 392f2ba

Please sign in to comment.