mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 19:52:32 +02:00
Add changesets (#4154)
* add first changesets integration * remove readme * readd readme * update auto-release workflow logic * update auto-release script order, fix prettier * change access to public * update release script * try to fix changesets * add experimental snapshot version config * try fixing * remove excess * switch auto-release branch to master * add release pull request workflow * add changeset todo to pr template * update changeset
This commit is contained in:
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -15,4 +15,5 @@ If your change is non-trivial, please include a description of how the new logic
|
||||
- [ ] The tests pass with `yarn test`.
|
||||
- [ ] The linter passes with `yarn lint`. (Fix errors with `yarn fix`.)
|
||||
- [ ] The relevant examples still work. (Run examples with `yarn start`.)
|
||||
- [ ] You've [added a changeset](https://github.com/atlassian/changesets/blob/master/docs/adding-a-changeset.md) if changing functionality. (Add one with `yarn changeset add`.)
|
||||
|
||||
|
Reference in New Issue
Block a user