Skip to content

Commit

Permalink
ci(release-please): try manifest only release (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Dec 11, 2023
1 parent 333e41c commit a5d66a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: Release Please
on:
workflow_call:
inputs:
release-type:
type: string
default: simple
config-file:
type: string
description: path to the release-please config in the repository
default: release-please-config.json
manifest-file:
type: string
description: path to the release-please versions manifest
default: .release-please-manifest.json
secrets:
STATNETT_BOT_APP_ID:
required: true
Expand Down Expand Up @@ -56,5 +57,5 @@ jobs:
uses: google-github-actions/release-please-action@a2d8d683f209466ee8c695cd994ae2cf08b1642d # v4.0.1
with:
config-file: ${{ inputs.config-file }}
release-type: ${{ inputs.release-type }}
manifest-file: ${{ inputs.manifest-file }}
token: ${{ steps.token.outputs.token }}
Empty file added .release-please-manifest.json
Empty file.
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true
}

0 comments on commit a5d66a2

Please sign in to comment.