Skip to content

Commit

Permalink
Add release please action (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Oct 23, 2023
1 parent 256532b commit 62219e0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Create Sygma core release

on:
push:
branches:
- main
jobs:
release-please:
name: release
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:

- uses: actions/checkout@v2
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: go
package-name: release-please-action
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"revert","hidden":true}]'

0 comments on commit 62219e0

Please sign in to comment.