We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mindsers/changelog-reader-action
v2.0.0
v2
1 parent 3b0fbec commit 188ed6dCopy full SHA for 188ed6d
.github/actions/cargo-publish/action.yml
@@ -13,7 +13,7 @@ runs:
13
steps:
14
- name: Read changelog
15
id: changelog-reader
16
- uses: mindsers/changelog-reader-action@v2.0.0
+ uses: mindsers/changelog-reader-action@v2
17
with:
18
# validation_depth: 10
19
version: ${{ (github.ref_type == 'tag' && !contains(github.ref_name, '-') && github.ref_name) || 'Unreleased' }}
0 commit comments