Skip to content

Commit

Permalink
Release 0.5.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 26, 2022
1 parent 77b19d8 commit 8cd5674
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sirmordred"
version = "0.5.0-rc.1"
version = "0.5.0-rc.2"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
10 changes: 10 additions & 0 deletions releases/0.5.0-rc.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## sirmordred 0.5.0-rc.2 - (2022-10-26)

**New features:**

* New default GitHub pull requests alias names\
GitHub pull_request category (github:pull) has its own aliases now:
`github_pull_requests` and `github_pull_requests-raw`. This category
used to share the default aliases for GitHub: `github` and `github-
raw`.

4 changes: 2 additions & 2 deletions sirmordred/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2022-10-26 09:06:22.408742
__version__ = "0.5.0-rc.1"
# File auto-generated by semverup on 2022-10-26 12:11:15.261351
__version__ = "0.5.0-rc.2"

0 comments on commit 8cd5674

Please sign in to comment.