Skip to content

Commit

Permalink
build(release): Version 1.0.1b1 → 1.0.1b2
Browse files Browse the repository at this point in the history
[actions skip]
[ci release]
  • Loading branch information
CI Runner committed Oct 31, 2023
1 parent eb4de5e commit 6404f92
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "cz_conventional_commits"
# TEMPLATE: Update these versions to the current version for your project and verify the
# tag exists locally and on the project's remote:
changelog_start_rev = "v0.0.0"
version = "1.0.1b1"
version = "1.0.1b2"
tag_format = "v$version"
annotated_tag = true
gpg_sign = true
Expand Down
2 changes: 1 addition & 1 deletion NEWS-VERSION.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project-structure 1.0.1b1 (2023-10-31)
project-structure 1.0.1b2 (2023-10-31)
======================================

Bugfixes
Expand Down
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
project-structure 1.0.1b2 (2023-10-31)
======================================

Bugfixes
--------

- Test template CI/CD release.


project-structure 1.0.1b1 (2023-10-31)
======================================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/+release.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rpattersonnet/project-structure",
"scope": "@rpattersonnet",
"version": "1.0.1-b1",
"version": "1.0.1-b2",
"description": "Project structure foundation or template, package metadata",
"scripts": {
"lint": "npm run lint:code && npm run lint:prose",
Expand Down

0 comments on commit 6404f92

Please sign in to comment.