Squashed commit of the following:
commit02ab774699Merge:0e5cda539b8b6aAuthor: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:33:00 2023 +0000 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast commit39b8b6a983Merge:0e5cda58260a20Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:29:46 2023 +0000 Init Changesets (#4) commit8260a2078fAuthor: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:28:04 2023 +0000 linting commit1336175d8aAuthor: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:26:45 2023 +0000 update gh tooken name commitfbc2d6c581Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:26:23 2023 +0000 adds changeset to publish script commit2665d2fd54Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:26:11 2023 +0000 updates changeset config commit517219f961Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:25:50 2023 +0000 adds release script commitdda33a4426Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:13:03 2023 +0000 add changesets
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Changesets
|
||||
|
||||
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
|
||||
with multi-package repos, or single-package repos to help you version and publish your code. You can
|
||||
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
|
||||
|
||||
We have a quick list of common questions to get you started engaging with this project in
|
||||
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
||||
"changelog": "@changesets/cli/changelog",
|
||||
"commit": false,
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": []
|
||||
}
|
||||
Reference in New Issue
Block a user