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 df4bc81
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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: lophus
release-type: simple
versioning-strategy: always-bump-patch # use this until v0.1.0
# bump-minor-pre-major: true
# bump-patch-for-minor-pre-major: true
include-v-in-tag: false

0 comments on commit df4bc81

Please sign in to comment.