Skip to content

Commit

Permalink
ci: add release-please (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeprokisch authored Sep 13, 2024
1 parent 0d146b8 commit 7fc203b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 293 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/bump-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_BOT }}
release-type: rust
293 changes: 0 additions & 293 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 7fc203b

Please # to comment.