Skip to content

Commit

Permalink
ci: create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Sep 29, 2023
1 parent 0267454 commit 6bcf66a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
package-name: molt
release-type: simple
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
include-v-in-tag: false

0 comments on commit 6bcf66a

Please sign in to comment.