File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Update Javadoc
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
jobs :
7
7
linux :
8
8
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2
2
3
3
# Gradle Plugin for Node
4
4
5
- ![ Build Status] ( https://github.com/node-gradle/gradle-node-plugin/workflows/Build/badge.svg?branch=master )
5
+ ![ Build Status] ( https://github.com/node-gradle/gradle-node-plugin/workflows/Build/badge.svg?branch=main )
6
6
[ ![ License] ( https://img.shields.io/github/license/node-gradle/gradle-node-plugin.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.html )
7
7
![ Version] ( https://img.shields.io/badge/Version-7.0.1-orange.svg )
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## Conditions
4
4
5
- - [ ] All Tests Passing in the ` master ` branch
5
+ - [ ] All Tests Passing in the ` main ` branch
6
6
7
7
## Preparation
8
8
9
- - [ ] Checkout the ` master ` branch
9
+ - [ ] Checkout the ` main ` branch
10
10
- [ ] Add a link to this new version to the Release History in the ` README.md ` file and mark it as the current one
11
11
- [ ] Add the version and its changes to the ` CHANGELOG.md ` file
12
12
- [ ] Replace all the occurrences of the former latest version by this version in all the docs files
You can’t perform that action at this time.
0 commit comments