Skip to content

Commit

Permalink
chore(release): reliabot v0.2.4-rc.1 (#98)
Browse files Browse the repository at this point in the history
* chore(release): reliabot v0.2.4-rc.1
* fix(workflows): more complete outputs
  • Loading branch information
dupuy committed Mar 19, 2024
1 parent cbf57a1 commit 83baf2c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;
Expand Down
15 changes: 15 additions & 0 deletions docs/CHANGELOG-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- generated by git-cliff on 2024-03-19 -->

## \[0.2.3\] - 2024-03-19

### Details
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <alex@dupuy.us>"]
Expand Down

0 comments on commit 83baf2c

Please sign in to comment.