Skip to content

Commit

Permalink
build(release): Version 2.0.0b4 → 2.0.0
Browse files Browse the repository at this point in the history
[actions skip]
[ci release]
  • Loading branch information
CI Runner committed Nov 1, 2023
1 parent d33d892 commit f32d29c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# https://commitizen-tools.github.io/commitizen/
name = "cz_conventional_commits"
changelog_start_rev = "v0.0.0"
version = "2.0.0b4"
version = "2.0.0"
tag_format = "v$version"
annotated_tag = true
gpg_sign = true
Expand Down
9 changes: 3 additions & 6 deletions NEWS-VERSION.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
prunerr 2.0.0b4 (2023-10-31)
============================
prunerr 2.0.0 (2023-11-01)
==========================

Bugfixes
--------

- Fix the CI/CD release process.
No significant changes.



6 changes: 6 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
prunerr 2.0.0 (2023-11-01)
==========================

No significant changes.


prunerr 2.0.0b4 (2023-10-31)
============================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rpattersonnet/prunerr",
"scope": "@rpattersonnet",
"version": "2.0.0-b4",
"version": "2.0.0",
"description": "Perma-seed Servarr media libraries",
"scripts": {
"lint": "npm run lint:code && npm run lint:prose",
Expand Down

0 comments on commit f32d29c

Please sign in to comment.