Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhu256 committed Mar 21, 2024
1 parent 93a6774 commit f1f6a63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -920,16 +920,15 @@ eval("1"); //jslint-ignore-line
```shell
npm run test2
shGitSquashPop beta '<commit-message>'
git push origin alpha:branch_xxx
git push origin alpha:branch-xxx
git push origin alpha -f
git push upstream alpha -f
```
- verify ci-success for origin-branch-alpha
- https://github.com/kaizhu256/jslint/actions/workflows/ci.yml
- verify ci-success for upstream-branch-alpha
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml
- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:alpha
- click `head repository: kaizhu256/jslint compare:<branch-to-merge>`
- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-xxx
- click `Create pull request`
- `Add a description` template:
```
Expand Down Expand Up @@ -987,8 +986,7 @@ git push upstream alpha -f
- https://github.com/kaizhu256/jslint/actions/workflows/ci.yml
- verify ci-success for upstream-branch-alpha
- https://github.com/jslint-org/jslint/actions/workflows/ci.yml
- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:alpha
- click `head repository: kaizhu256/jslint compare:branch-v20yy.mm.dd`
- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-v20yy.mm.dd
- click `Create pull request`
- `Add a title` template: `#v20yy.mm.dd`
- `Add a description` template:
Expand Down

0 comments on commit f1f6a63

Please sign in to comment.