mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-13 20:18:36 +08:00
16 lines
409 B
YAML
16 lines
409 B
YAML
# https://github.com/google-github-actions/release-please-action#how-release-please-works
|
|
# https://www.conventionalcommits.org/en/v1.0.0/
|
|
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: go
|
|
package-name: release-please-action
|