We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3216a21 commit 53ed022Copy full SHA for 53ed022
perl-module-release.yml
@@ -94,7 +94,7 @@ jobs:
94
id: version
95
- name: Changes extract
96
run: |
97
- perl -00 -lne 'next unless /\A\d+\.\d+(_\d+)?/; print; last' Changes > Changes-latest
+ perl -00 -lne 'next unless /\A\d+\.\d+(_\d+)?/; print s/^\h+([*-])/$1/grm; last' Changes > Changes-latest
98
cat Changes-latest
99
id: extract
100
# https://cli.github.com/manual/gh_attestation_verify
0 commit comments