Rename useRole test to use the new .svelte.test file extension
Changesets
We use Changesets to automatically create our changelog per each release. Any changes or additions to the Library assets in /lib must be documented with a new Changeset. This can be done as follows:
Navigate to the root of the project on your feature branch.
Run pnpm changeset to trigger the Changeset CLI.
Follow the instructions when prompted.
Changesets should be either minor or patch. Never major.
Prefix your Changeset description using: feature:, chore: or bugfix:.
Changeset .md files are added to the /.changeset directory.
Description
Rename
useRole
test to use the new.svelte.test
file extensionChangesets
We use Changesets to automatically create our changelog per each release. Any changes or additions to the Library assets in
/lib
must be documented with a new Changeset. This can be done as follows:pnpm changeset
to trigger the Changeset CLI.minor
orpatch
. Nevermajor
.feature:
,chore:
orbugfix:
..md
files are added to the/.changeset
directory.Checklist
Please read and apply all contribution requirements.
dev
branch (NEVERmaster
)pnpm format
pnpm lint
pnpm test