Skip to content

Commit

Permalink
Merge pull request #125 from ZeroGachis/feat/release-please-config
Browse files Browse the repository at this point in the history
feat(release-please): customize config and manifest file
  • Loading branch information
nicolasbriere1 authored Aug 7, 2024
2 parents b5eb779 + 4219510 commit 9ab1a0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gh-release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ on:
required: false
type: string
default: terraform-module
release_please_config_file:
required: false
type: string
default: release-please-config.json
release_please_manifest_file:
required: false
type: string
default: release-please-manifest.json
push:
branches:
- 'main'
Expand All @@ -28,6 +36,8 @@ jobs:
id: release
with:
release-type: ${{ inputs.release_type || 'terraform-module' }}
config-file: ${{ inputs.release_please_config_file }}
manifest-file: ${{ inputs.release_please_manifest_file }}
- uses: actions/checkout@v4
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created && env.major_and_minor_tags == 'true' }}
Expand Down

0 comments on commit 9ab1a0b

Please sign in to comment.