Skip to content

Commit c82cbde

Browse files
authored
Merge pull request #10 from bUnit-dev/release/v1.14
Release of new minor version v1.14
2 parents 49c20d3 + 771efd2 commit c82cbde

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1214
CHANGE CHANGE CHANGE

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
},

0 commit comments

Comments
 (0)