Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ on:
description: "Specify the semver version for the next release, to override the default semver bump"
default: ""
required: false
skip_semver_checks:
type: boolean
description: "Skip the semver compatibility checks. Not recommended!"
default: false
required: false

jobs:
call:
uses: holochain/actions/.github/workflows/prepare-release.yml@v1.4.0
uses: holochain/actions/.github/workflows/prepare-release.yml@v1.6.0
with:
cliff_config: "https://raw.githubusercontent.com/holochain/release-integration/refs/heads/main/pre-1.0-cliff.toml"
force_version: ${{ inputs.force_version }}
skip_semver_checks: ${{ inputs.skip_semver_checks }}
secrets:
HRA2_GITHUB_TOKEN: ${{ secrets.HRA2_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call:
uses: holochain/actions/.github/workflows/publish-release.yml@v1.4.0
uses: holochain/actions/.github/workflows/publish-release.yml@v1.6.0
secrets:
HRA2_GITHUB_TOKEN: ${{ secrets.HRA2_GITHUB_TOKEN }}
HRA2_CRATES_IO_TOKEN: ${{ secrets.HRA2_CRATES_IO_TOKEN }}
Loading