Skip to content

Commit

Permalink
update titles for changesets pr & commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Aug 2, 2024
1 parent cb64521 commit cfba3fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit cfba3fb

Please sign in to comment.