Skip to content

Commit 53ed022

Browse files
committed
Unindent Changes extract to make GitHub release markdown to work
1 parent 3216a21 commit 53ed022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl-module-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
id: version
9595
- name: Changes extract
9696
run: |
97-
perl -00 -lne 'next unless /\A\d+\.\d+(_\d+)?/; print; last' Changes > Changes-latest
97+
perl -00 -lne 'next unless /\A\d+\.\d+(_\d+)?/; print s/^\h+([*-])/$1/grm; last' Changes > Changes-latest
9898
cat Changes-latest
9999
id: extract
100100
# https://cli.github.com/manual/gh_attestation_verify

0 commit comments

Comments
 (0)