From 0b4db23c271b053ae328187490d901729128277e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=82=AC=E3=83=BC?= <44018535+raiga0310@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:25:15 +0900 Subject: [PATCH 1/2] Update .github/workflows/release-please.yml Co-authored-by: Shuntaro Nishizawa --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 23808f5..d4b9ee8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -31,7 +31,7 @@ jobs: echo "tag-name: ${{ steps.release-please-action.outputs.tag_name }}" echo "version: ${{ steps.release-please-action.outputs.major }}.${{ steps.release-please-action.outputs.minor }}.${{ steps.release-please-action.outputs.patch }}" - name: Upload compose.yml - if: ${{ steps.release-please-action.outputs.release_created}} + if: ${{ steps.release-please-action.outputs.release_created }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | From dc392f5696959b47385ab246cc44c58a1af39bab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 08:33:57 +0000 Subject: [PATCH 2/2] chore(main): release 0.1.4 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd65c3..b5122ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.4](https://github.com/approvers/yomiage-mon/compare/v0.1.3...v0.1.4) (2023-09-10) + + +### Features + +* **release:** append alt installation and starting ([4f8ba2d](https://github.com/approvers/yomiage-mon/commit/4f8ba2d3298733c1ee482c583539418a9759aa98)) + ### [0.1.3](https://github.com/approvers/yomiage-mon/compare/v0.1.2...v0.1.3) (2023-09-09) diff --git a/Cargo.toml b/Cargo.toml index e6188ff..cd16d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yomiagemon" -version = "0.1.3" +version = "0.1.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html