From 29defb48f62b62b603cb31b66e7d79e7d3db0e78 Mon Sep 17 00:00:00 2001 From: rafaeljohn9 Date: Sat, 2 Aug 2025 01:06:26 +0300 Subject: [PATCH 1/3] chore: update cargo.toml with meta description Signed-off-by: rafaeljohn9 --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fba5ed8..5951510 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "gh-templates" -version = "0.0.1" -edition = "2024" +version = "0.1.1" +edition = "2025" +authors = ["John Kagunda rafaeljohb@gmail.com"] +description = "A template project for GitHub-related utilities." +license = "APACHE-2.0" + [dependencies] anyhow = "1.0.98" From ea49c2c17274e7f0cd49af091038fcb6510f13de Mon Sep 17 00:00:00 2001 From: rafaeljohn9 Date: Sat, 2 Aug 2025 01:08:04 +0300 Subject: [PATCH 2/3] feat: added manual trigger for build --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b6a6c7..2050652 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: push: tags: - v[0-9]+.[0-9]+.[0-9]+ + workflow_dispatch: permissions: contents: write From da3b0bb327ed12d410aae744dc3476974de24a38 Mon Sep 17 00:00:00 2001 From: rafaeljohn9 Date: Sat, 2 Aug 2025 01:11:00 +0300 Subject: [PATCH 3/3] feat: added cargo version Signed-off-by: rafaeljohn9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e56341..77be1c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "gh-templates" -version = "0.0.1" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 5951510..d5b238f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gh-templates" version = "0.1.1" -edition = "2025" +edition = "2021" authors = ["John Kagunda rafaeljohb@gmail.com"] description = "A template project for GitHub-related utilities." license = "APACHE-2.0"