diff --git a/.cz.toml b/.cz.toml index 8e958c52c..6cb251d6f 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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 diff --git a/NEWS-VERSION.rst b/NEWS-VERSION.rst index 6b3549f0e..3a1a1c5b6 100644 --- a/NEWS-VERSION.rst +++ b/NEWS-VERSION.rst @@ -1,4 +1,4 @@ -project-structure 1.0.1b1 (2023-10-31) +project-structure 1.0.1b2 (2023-10-31) ====================================== Bugfixes diff --git a/NEWS.rst b/NEWS.rst index ac04170cf..66ac03338 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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) ====================================== diff --git a/newsfragments/+release.bugfix.rst b/newsfragments/+release.bugfix.rst deleted file mode 100644 index 68fe2489e..000000000 --- a/newsfragments/+release.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Test template CI/CD release. diff --git a/package.json b/package.json index 188d6ae44..4085786db 100644 --- a/package.json +++ b/package.json @@ -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",