From 83baf2c7a0706f281289686201518c1d4632148d Mon Sep 17 00:00:00 2001 From: Alexander Dupuy <33216+dupuy@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:23:18 -0400 Subject: [PATCH] chore(release): reliabot v0.2.4-rc.1 (#98) * chore(release): reliabot v0.2.4-rc.1 * fix(workflows): more complete outputs --- .github/workflows/python-app.yaml | 1 + docs/CHANGELOG-0.md | 15 +++++++++++++++ pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index 5844c20..7042f39 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -160,6 +160,7 @@ jobs: echo "pr-release=false" ; echo "release-name=" ;; *) echo "artifact-name=dist-reliabot-$VERSION_TAG" ; + echo "pr-commit=true" ; echo "pr-tag=true" ; case "$VERSION_TAG" in *-*) echo "pr-release=false" ; diff --git a/docs/CHANGELOG-0.md b/docs/CHANGELOG-0.md index d18245a..42f6c41 100644 --- a/docs/CHANGELOG-0.md +++ b/docs/CHANGELOG-0.md @@ -6,6 +6,21 @@ It uses the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format, and follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for releases. +## \[0.2.4-rc.1\] - 2024-03-19 + +### Details + +#### Changed 🔄 + +- Reliabot v0.2.3 by @dupuy in [#96](https://github.com/dupuy/reliabot/pull/96) + +#### Fixed 🛠 + +- Show correctly computed outputs by @dupuy in + [#97](https://github.com/dupuy/reliabot/pull/97) + + + ## \[0.2.3\] - 2024-03-19 ### Details diff --git a/pyproject.toml b/pyproject.toml index 88c7fa4..84533a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ sort_commits = "newest" [tool.poetry] name = "reliabot" -version = "0.2.3" +version = "0.2.4rc1" description = "Maintain GitHub Dependabot configuration." license = "MIT" authors = ["Alexander Dupuy "]