From cfba3fb23cdaacc45a1823eec5671fa841ec16b2 Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Fri, 2 Aug 2024 10:04:06 +0200 Subject: [PATCH] update titles for changesets pr & commit --- .github/workflows/release.yml | 2 ++ .vscode/settings.json | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 647bf7c4be..95e373bbb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,8 @@ jobs: # this expects you to have a script called release which does a build for your packages and calls changeset publish publish: yarn publish version: yarn version-packages + commit: 'chore: new release' + title: 'chore: new release candidate' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.vscode/settings.json b/.vscode/settings.json index 8cf33c4ad3..cc8d16bdc6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,5 +18,8 @@ "packages/theme/brand/digdir/typography/primary.css", "packages/theme/brand/digdir/semantic.css" ], - "html-css-class-completion.includeGlobPattern": "packages/css/**/*.{css,html}" + "html-css-class-completion.includeGlobPattern": "packages/css/**/*.{css,html}", + "[github-actions-workflow]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } }