Skip to content

Commit

Permalink
prepare release action: Make version input optional
Browse files Browse the repository at this point in the history
The idea is to run the action twice. The first time without a version
input. It will generate a CHANGELOG.md update and raises a PR. Then the
changelog can be reviewed. based on the categories, the correct new
version can be determined and the action can be executed again.
  • Loading branch information
bastelfreak committed Dec 22, 2024
1 parent 7fe77c1 commit 7d1f217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
version:
description: 'Module version to be released. Must be a valid semver string without leading v. (1.2.3)'
required: true
required: false

jobs:
release_prep:
Expand Down

0 comments on commit 7d1f217

Please sign in to comment.