From 05f4a8b7d596765df0013598affe76ca6dfec047 Mon Sep 17 00:00:00 2001 From: Karanjot Singh Date: Thu, 6 Jun 2024 18:20:43 +0530 Subject: [PATCH 1/2] Pre-Release v0.0.1 Signed-off-by: Karanjot Singh --- .github/release.yml | 25 +++++++++++++++++++++++++ VERSION | 1 + 2 files changed, 26 insertions(+) create mode 100644 .github/release.yml create mode 100644 VERSION diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..fd580ee --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,25 @@ +# .github/release.yml + +changelog: + exclude: + labels: + - ignore-for-release + authors: + - octocat + categories: + - title: ✨ New Features & Enhancements + labels: + - feature + - enhancement + - title: 🛠 Breaking Changes + labels: + - breaking-change + - title: 🐞 Bug Fixes + labels: + - bug + - title: 🔖 Documentation + labels: + - documentation + - title: 🪛 Other Changes + labels: + - "*" \ No newline at end of file diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..8a9ecc2 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.1 \ No newline at end of file From b91aaa0096e5ea324611107cab49b27e2d418e6c Mon Sep 17 00:00:00 2001 From: Karanjot Singh Date: Thu, 6 Jun 2024 18:23:43 +0530 Subject: [PATCH 2/2] Fix: Lint whitespace Signed-off-by: Karanjot Singh --- .github/release.yml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index fd580ee..9fbf723 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -22,4 +22,4 @@ changelog: - documentation - title: 🪛 Other Changes labels: - - "*" \ No newline at end of file + - "*" diff --git a/VERSION b/VERSION index 8a9ecc2..8acdd82 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.1