build: use next and preview tags instead of separate packages for next and preview release (#5346)

* build: use next and preview tags instead of separate packages for next and preview release

* add tag

* dummy diff

* revert dummy tweak

* don't use readme_next

* add note for latest release readme

* Add warning emoji for note

* move note to top

* remove readme next

* fix

* dummy change for release

* remove double note

* Revert "dummy change for release"

This reverts commit d3655cdee4.
This commit is contained in:
Aakansha Doshi 2022-07-04 22:19:08 +05:30 committed by GitHub
parent 655e59a707
commit 6102380051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 330 additions and 1427 deletions

View file

@ -1,11 +1,11 @@
name: Auto release @excalidraw/excalidraw-next
name: Auto release @excalidraw/excalidraw@next
on:
push:
branches:
- master
jobs:
Auto-release-excalidraw-next:
Auto-release-excalidraw@next:
runs-on: ubuntu-latest
steps: