mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 16:11:17 +02:00
2cc1d6e6c886147c8c0536a30c2b8fce81cca5a8
Release Please Action
Automate releases based on Conventional Commit Messages.
How release please works
How should I write my commits?
What's a release PR?
Configuring this action
-
If you haven't already done so, create a
.github/workflowsfolder in your repository (this is where your actions will live). -
Now create a
.github/workflows/release-please.ymlfile with these contents:on: push: branches: - master name: coverage jobs: release-please: runs-on: ubuntu-latest steps: - uses: bcoe/release-please-action@9291b92aca4939d0cc2781f26504c638ce1ba534 with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node package-name: release-please-action -
Merge the above action into your repository and make sure new commits follow the Conventional Commits convention, release-please will start creating Release PRs for you.
License
Apache Version 2.0
Description
Languages
TypeScript
100%