Skip to content

Commit

Permalink
remove reading in the version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsryan2 committed Jul 12, 2024
1 parent 664aa68 commit 2f8cde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
# In this example `release_version` is fetched from `workflow_dispatch` events input.
# You can use any other method to fetch the release version
# such as environment variable or from output of another action
release_version: ${{ github.event.inputs.release_version }}
# release_version: ${{ github.event.inputs.release_version }}
# Optional
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion changelog-ci-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"include_unlabeled_changes": true,
"unlabeled_group_title": "Unlabeled Changes",
"pull_request_title_regex": "^Release",
"version_regex": "release_version",
"version_regex": "v0.0",
"exclude_labels": ["bot", "dependabot", "ci"],
"group_config": [
{
Expand Down

0 comments on commit 2f8cde9

Please sign in to comment.