Skip to content

Commit

Permalink
Rename branch name in MAINTAIN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Sep 17, 2021
1 parent 57e16a8 commit cc64c52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MAINTAIN.md
Expand Up @@ -35,18 +35,18 @@ yarn test:debug

## Publish new version

### 1. `develop` to `master`
### 1. `develop` to `main`

Send pull request `develop` to `master` on github repository and merge it.
https://github.com/summernote/summernote/compare/master...develop
Send pull request `develop` to `main` on github repository and merge it.
https://github.com/summernote/summernote/compare/main...develop


### 2. Build dist files

Build dist files and push to master
Build dist files and push to main
```bash
# change branch
git checkout master
git checkout main

# fetch all changes
git pull
Expand Down

0 comments on commit cc64c52

Please sign in to comment.