File tree 5 files changed +16
-4
lines changed
5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219
219
- name : Parse CHANGELOG link
220
220
id : changelog
221
221
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)
223
223
224
224
- uses : softprops/action-gh-release@v1
225
225
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
6
6
7
7
8
8
9
- ## [ 0.10.1] · 2021-10-??
9
+ ## [ 0.10.1] · 2021-10-29
10
10
[ 0.10.1 ] : /../../tree/v0.10.1
11
11
12
12
[ 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"
49
49
structopt = " 0.3.25"
50
50
51
51
# "macros" feature dependencies
52
- cucumber-codegen = { version = " 0.10" , path = " ./codegen" , optional = true }
52
+ cucumber-codegen = { version = " 0.10.1 " , path = " ./codegen" , optional = true }
53
53
inventory = { version = " 0.1.10" , optional = true }
54
54
55
55
[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
6
6
7
7
8
8
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
+
9
21
## [ 0.10.0] · 2021-10-26
10
22
[ 0.10.0 ] : /../../tree/v0.10.0/codegen
11
23
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " 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
4
4
edition = " 2021"
5
5
rust-version = " 1.56"
6
6
description = " Code generation for `cucumber` crate."
You can’t perform that action at this time.
0 commit comments