From d73dcaa6bae51a9188e78529dab8430db9f4e2ad Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Fri, 22 Sep 2023 16:27:29 -0700 Subject: [PATCH 1/2] ci: release note formatting --- .github/workflows/tag-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 4d3165c..7efddc0 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -53,10 +53,10 @@ jobs: changes=$(npx conventional-changelog-cli -r 1 | tail -n +2) git add CHANGELOG.md git commit -m "chore: Updating changelog for $version" - git tag $version -m "$changes" + git tag $version -m " $changes" git push origin $version git push origin main - gh release create $version --verify-tag --notes "$changes" + gh release create $version --verify-tag --notes " $changes" echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc npm publish --access public fi From b1c4f87618a5fc943423e6b137d5ca515eda9398 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Fri, 22 Sep 2023 16:27:56 -0700 Subject: [PATCH 2/2] chore: version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b4bdfa..b276c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chia-carbon/core-registry-logger", - "version": "1.0.6", + "version": "1.0.7", "description": "Custom logger for core registry projects", "main": "index.js", "scripts": {