From 804d20b8ec1258f87236f669f42ab9902897c327 Mon Sep 17 00:00:00 2001 From: ponkio-o <29038315+ponkio-o@users.noreply.github.com> Date: Mon, 26 Dec 2022 09:46:57 +0900 Subject: [PATCH 1/2] feat: add Songmu/gitsemvers [Songmu/gitsemvers](https://github.com/Songmu/gitsemvers): ```console $ aqua g -i Songmu/gitsemvers ``` ## How to confirm if this package works well Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible. Command and output ```console $ ``` If files such as configuration file are needed, please share them. ``` ``` Reference - --- pkgs/Songmu/gitsemvers/pkg.yaml | 2 ++ pkgs/Songmu/gitsemvers/registry.yaml | 12 ++++++++++++ registry.yaml | 11 +++++++++++ 3 files changed, 25 insertions(+) create mode 100644 pkgs/Songmu/gitsemvers/pkg.yaml create mode 100644 pkgs/Songmu/gitsemvers/registry.yaml diff --git a/pkgs/Songmu/gitsemvers/pkg.yaml b/pkgs/Songmu/gitsemvers/pkg.yaml new file mode 100644 index 0000000000..79b77342f3 --- /dev/null +++ b/pkgs/Songmu/gitsemvers/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: Songmu/gitsemvers@v0.0.3 diff --git a/pkgs/Songmu/gitsemvers/registry.yaml b/pkgs/Songmu/gitsemvers/registry.yaml new file mode 100644 index 0000000000..e914862304 --- /dev/null +++ b/pkgs/Songmu/gitsemvers/registry.yaml @@ -0,0 +1,12 @@ +packages: + - type: github_release + repo_owner: Songmu + repo_name: gitsemvers + asset: gitsemvers_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: zip + overrides: + - goos: linux + format: tar.gz + files: + - name: git-semvers + src: gitsemvers_{{.Version}}_{{.OS}}_{{.Arch}}/git-semvers diff --git a/registry.yaml b/registry.yaml index 31609a0649..4fcff728c9 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1160,6 +1160,17 @@ packages: overrides: - goos: linux format: tar.gz + - type: github_release + repo_owner: Songmu + repo_name: gitsemvers + asset: gitsemvers_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}} + format: zip + overrides: + - goos: linux + format: tar.gz + files: + - name: git-semvers + src: gitsemvers_{{.Version}}_{{.OS}}_{{.Arch}}/git-semvers - type: github_release repo_owner: Songmu repo_name: gocredits From e2832df9372322191eeb8a93a6e00d38d1a94b73 Mon Sep 17 00:00:00 2001 From: ponkio-o <29038315+ponkio-o@users.noreply.github.com> Date: Mon, 26 Dec 2022 09:48:38 +0900 Subject: [PATCH 2/2] fix: added description --- pkgs/Songmu/gitsemvers/registry.yaml | 1 + registry.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/Songmu/gitsemvers/registry.yaml b/pkgs/Songmu/gitsemvers/registry.yaml index e914862304..8366a31c07 100644 --- a/pkgs/Songmu/gitsemvers/registry.yaml +++ b/pkgs/Songmu/gitsemvers/registry.yaml @@ -2,6 +2,7 @@ packages: - type: github_release repo_owner: Songmu repo_name: gitsemvers + description: Retrieve semvers from git tags asset: gitsemvers_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}} format: zip overrides: diff --git a/registry.yaml b/registry.yaml index 4fcff728c9..68706017bb 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1163,6 +1163,7 @@ packages: - type: github_release repo_owner: Songmu repo_name: gitsemvers + description: Retrieve semvers from git tags asset: gitsemvers_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}} format: zip overrides: