1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-08 22:20:41 +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:
Ian Storm Taylor
2021-03-31 13:14:40 -04:00
committed by GitHub
parent a8187e226e
commit 7283c51feb
9 changed files with 856 additions and 29 deletions

View File

@@ -1,16 +0,0 @@
name: Release
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: |
git config --global user.name 'Automation'
git config --global user.email 'ianstormtaylor@users.noreply.github.com'
yarn
yarn internal:release:next