Skip to content

Commit 8807d46

Browse files
committed
Rename default branch to main
1 parent 16ecc0f commit 8807d46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/update-javadoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Javadoc
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
linux:
88
runs-on: ubuntu-latest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Gradle Plugin for Node
44

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)
66
[![License](https://img.shields.io/github/license/node-gradle/gradle-node-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
77
![Version](https://img.shields.io/badge/Version-7.0.1-orange.svg)
88

RELEASE-CHECKLIST.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Conditions
44

5-
- [ ] All Tests Passing in the `master` branch
5+
- [ ] All Tests Passing in the `main` branch
66

77
## Preparation
88

9-
- [ ] Checkout the `master` branch
9+
- [ ] Checkout the `main` branch
1010
- [ ] Add a link to this new version to the Release History in the `README.md` file and mark it as the current one
1111
- [ ] Add the version and its changes to the `CHANGELOG.md` file
1212
- [ ] Replace all the occurrences of the former latest version by this version in all the docs files

0 commit comments

Comments
 (0)