Skip to content

Commit

Permalink
update release => no devel branch anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Jun 22, 2021
1 parent a5ea946 commit 4d9c6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Expand Up @@ -47,7 +47,7 @@ git push --tags
If you want to trigger a release quickly without manually checking deps or whatever, you can simply run the Github workflow locally:

```sh
git checkout master && git pull && git checkout devel && git pull && git merge master && git merge devel
git checkout main && git pull
# yarn add -g act # @see https://github.com/nektos/act
act # this will run the same steps as the release basically
yarn lerna publish # --force-publish
Expand Down

0 comments on commit 4d9c6c0

Please sign in to comment.