Skip to content

Commit

Permalink
fix: restructure release please to run it first before even building …
Browse files Browse the repository at this point in the history
…artifacts
  • Loading branch information
Sowasvonbot committed Mar 7, 2024
1 parent 48cd033 commit 0326a03
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,23 @@ jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release-created: ${{ steps.release.outputs.unimarkup-rs--release_created }}
tag-name: ${{ steps.release.outputs.unimarkup-rs--tag_name }}
release-created: ${{ steps.release.outputs.release_created }}
tag-name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
release-type: rust
package-name: unimarkup-rs
# Breaking changes might happen frequently before 1.0.0 => only bump minor
bump-minor-pre-major: true
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"arch","section":"Architecture/Refactor","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":true}
]
release-build:
name: Build unimarkup release
Expand Down

0 comments on commit 0326a03

Please sign in to comment.