File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219219 - name : Parse CHANGELOG link
220220 id : changelog
221221 run : echo ::set-output
222- name=LINK::https://github.com/${{ github.repository }}/blob/v${{ steps.release.outputs.VERSION }}/CHANGELOG.md#$(sed -n '/^### \[${{ steps.release.outputs.VERSION }}\]/{s/^# ## \[\(.*\)\][^0-9]*\([0-9].*\)/\1--\2/;s/[^0-9a-z-]*//g;p;}' CHANGELOG.md)
222+ name=LINK::https://github.com/${{ github.repository }}/blob/v${{ steps.release.outputs.VERSION }}/CHANGELOG.md#$(sed -n '/^## \[${{ steps.release.outputs.VERSION }}\]/{s/^## \[\(.*\)\][^0-9]*\([0-9].*\)/\1--\2/;s/[^0-9a-z-]*//g;p;}' CHANGELOG.md)
223223
224224 - uses : softprops/action-gh-release@v1
225225 env :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
66
77
88
9- ## [ 0.10.1] · 2021-10-??
9+ ## [ 0.10.1] · 2021-10-29
1010[ 0.10.1 ] : /../../tree/v0.10.1
1111
1212[ Diff] ( /../../compare/v0.10.0...v0.10.1 ) | [ Milestone] ( /../../milestone/4 )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ sealed = "0.3"
4949structopt = " 0.3.25"
5050
5151# "macros" feature dependencies
52- cucumber-codegen = { version = " 0.10" , path = " ./codegen" , optional = true }
52+ cucumber-codegen = { version = " 0.10.1 " , path = " ./codegen" , optional = true }
5353inventory = { version = " 0.1.10" , optional = true }
5454
5555[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ All user visible changes to `cucumber-codegen` crate will be documented in this
66
77
88
9+ ## [ 0.10.1] · 2021-10-29
10+ [ 0.10.1 ] : /../../tree/v0.10.1/codegen
11+
12+ [ Milestone] ( /../../milestone/4 )
13+
14+ ### Version bump only
15+
16+ See ` cucumber ` crate [ changelog] ( https://github.com/cucumber-rs/cucumber/blob/v0.10.1/CHANGELOG.md ) .
17+
18+
19+
20+
921## [ 0.10.0] · 2021-10-26
1022[ 0.10.0 ] : /../../tree/v0.10.0/codegen
1123
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber-codegen"
3- version = " 0.10.0 " # should be the same as main crate version
3+ version = " 0.10.1 " # should be the same as main crate version
44edition = " 2021"
55rust-version = " 1.56"
66description = " Code generation for `cucumber` crate."
You can’t perform that action at this time.
0 commit comments