File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 0
2222
23+ - name : ☑ Check that release contains changes
24+ if : steps.changelog_reader.outputs.changes == ''
25+ run : |
26+ echo "::error file=CHANGELOG.md::The unreleased section in the changelog is empty. Nothing to release."
27+
2328 - name : ⚙️ Import GPG key
2429 id : import_gpg
2530 uses : crazy-max/ghaction-import-gpg@v3
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ tadat
11+
1012## [ 1.13.5] - 2021-04-23
1113
1214CHANGE CHANGE CHANGE
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 1.13 " ,
3+ "version" : " 1.14 " ,
44 "assemblyVersion" : {
55 "precision" : " revision"
66 },
You can’t perform that action at this time.
0 commit comments