From 286b4165b9ea7049f1130564e8b44b3c5ef147d8 Mon Sep 17 00:00:00 2001 From: Verite Mugabo Date: Mon, 18 Dec 2023 01:24:33 -0500 Subject: [PATCH] chore(release-script): update release --- .github/workflows/release.yml | 8 ++------ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c7cfa5..1b19b72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,8 @@ name: release on: - push: - branches: - - '*' - paths-ignore: - - '**.md' + release: + types: [created] jobs: release: @@ -29,4 +26,3 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RUSTTARGET: ${{ matrix.target }} ARCHIVE_TYPES: ${{ matrix.archive }} - UPLOAD_MODE: none diff --git a/Cargo.lock b/Cargo.lock index 5de4cd0..07cf61a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "gcommit" -version = "0.0.5" +version = "0.0.6" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index 374c50e..67271f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcommit" -version = "0.0.5" +version = "0.0.6" edition = "2021" authors = ["Makuza Mugabo Verite "] description = "A simple conventional commits maker"