From ccc2703ce48ad19f5e718529b7c01f9839b02bbb Mon Sep 17 00:00:00 2001 From: Simon Powell Date: Thu, 12 Sep 2024 09:46:35 +0100 Subject: [PATCH] Ammend release type --- .goreleaser.yaml | 2 +- CHANGELOG.md | 5 ----- changes/001.feature | 1 + changes/version.properties | 4 ++-- 4 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 changes/001.feature diff --git a/.goreleaser.yaml b/.goreleaser.yaml index dd21987..b612f2f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,4 +1,4 @@ -# This is an example .goreleaser.yml file with some sensible defaults. +# Goreleaser config for Armer # Make sure to check the documentation at https://goreleaser.com # The lines below are called `modelines`. See `:help modeline` diff --git a/CHANGELOG.md b/CHANGELOG.md index dc68eef..e69de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +0,0 @@ - -Major changes -------------- - -- Initial release (#1) diff --git a/changes/001.feature b/changes/001.feature new file mode 100644 index 0000000..8fd8aaa --- /dev/null +++ b/changes/001.feature @@ -0,0 +1 @@ +Add release workflow \ No newline at end of file diff --git a/changes/version.properties b/changes/version.properties index 908aed1..6d2df22 100644 --- a/changes/version.properties +++ b/changes/version.properties @@ -1,6 +1,6 @@ # Semantic version number is automatically maintained by creating news files and releasing via CI. -VERSION=1.0.0 +VERSION=0.0.0 COMMIT=dc79c8372798c49c32ef387c40911e1566f781f7 -MAJOR=1 +MAJOR=0 MINOR=0 PATCH=0 \ No newline at end of file