Skip to content

Commit

Permalink
feat(ci): Adding new release test
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Sep 14, 2022
1 parent 6e66e19 commit 32c3385
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: atomic-operator-runner
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
include-v-in-tag: false

0 comments on commit 32c3385

Please sign in to comment.