Skip to content

Commit

Permalink
Rename default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Oct 22, 2023
1 parent 16ecc0f commit 8807d46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Javadoc
on:
push:
branches:
- master
- main
jobs:
linux:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Gradle Plugin for Node

![Build Status](https://github.com/node-gradle/gradle-node-plugin/workflows/Build/badge.svg?branch=master)
![Build Status](https://github.com/node-gradle/gradle-node-plugin/workflows/Build/badge.svg?branch=main)
[![License](https://img.shields.io/github/license/node-gradle/gradle-node-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
![Version](https://img.shields.io/badge/Version-7.0.1-orange.svg)

Expand Down
4 changes: 2 additions & 2 deletions RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Conditions

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

## Preparation

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

0 comments on commit 8807d46

Please sign in to comment.