forked from camptocamp/devops-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
28 lines (25 loc) · 953 Bytes
/
modules-release-please.yaml
File metadata and controls
28 lines (25 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
# GitHub Actions workflow to automatically create releases and changelogs in our DevOps Stack repositories.
#
# IMPORTANT: This workflow is called by other workflows in our DevOps Stack repositories and it is centralized here in
# order to be easily maintained across modules. Because of this, please make sure you're not introducing any breaking
# changes when modifying this workflow.
name: "modules-release-please"
on:
workflow_call:
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
releases_created: ${{ steps.release-please.outputs.releases_created }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release-please
with:
release-type: simple
labels: "autorelease-pending"
release-labels: "autorelease-tagged"
pull-request-title-pattern: "chore: release ${version}"
bump-minor-pre-major: true
extra-files: |
variables.tf