Skip to content

Commit

Permalink
Merge pull request #88 from knurling-rs/release-plz
Browse files Browse the repository at this point in the history
Setup release-plz
  • Loading branch information
Urhengulas authored Mar 7, 2024
2 parents bc0735e + 933389d commit 198a366
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release-plz

on:
push:
branches:
- main

permissions:
pull-requests: write
contents: write

jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust toolchain
run: rustup update stable && rustup default stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- [#88] Setup release-plz

[#86]: https://github.com/knurling-rs/flip-link/pull/86

## [v0.1.8] - 2024-03-06

- [#86]: Release v0.1.8
- [#85]: Setup cargo-dist
- [#84]: Fix for comments in linker script
Expand Down Expand Up @@ -129,7 +135,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/knurling-rs/flip-link/compare/v0.1.7...main
[Unreleased]: https://github.com/knurling-rs/flip-link/compare/v0.1.8...main
[v0.1.7]: https://github.com/knurling-rs/flip-link/compare/v0.1.7...v0.1.8
[v0.1.7]: https://github.com/knurling-rs/flip-link/compare/v0.1.6...v0.1.7
[v0.1.6]: https://github.com/knurling-rs/flip-link/compare/v0.1.5...v0.1.g
[v0.1.5]: https://github.com/knurling-rs/flip-link/compare/v0.1.4...v0.1.5
Expand Down

0 comments on commit 198a366

Please sign in to comment.