Skip to content

Commit e179954

Browse files
committed
Migrate to main as the default branch name
1 parent 19718ea commit e179954

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
###################################### READ ME ###########################################
3-
### This changelog should always be read on `master` branch. Its contents on version ###
3+
### This changelog should always be read on `main` branch. Its contents on version ###
44
### branches do not necessarily reflect the changes that have gone into that branch. ###
55
##########################################################################################
66
-->
@@ -17,6 +17,8 @@ All notable changes to `src-cli` are documented in this file.
1717

1818
### Changed
1919

20+
- The default branch for the `src-cli` project has been changed to `main`. [#262](https://github.com/sourcegraph/src-cli/pull/262)
21+
2022
### Fixed
2123

2224
### Removed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ go install ./cmd/src
99

1010
## Releasing
1111

12-
1. If this is a non-patch release, update the changelog. Add a new section `## $MAJOR.MINOR` to [`CHANGELOG.md`](https://github.com/sourcegraph/src-cli/blob/master/CHANGELOG.md#unreleased) immediately under `## Unreleased changes`. Add new empty `Added`, `Changed`, `Fixed`, and `Removed` sections under `## Unreleased changes`.
12+
1. If this is a non-patch release, update the changelog. Add a new section `## $MAJOR.MINOR` to [`CHANGELOG.md`](https://github.com/sourcegraph/src-cli/blob/main/CHANGELOG.md#unreleased) immediately under `## Unreleased changes`. Add new empty `Added`, `Changed`, `Fixed`, and `Removed` sections under `## Unreleased changes`.
1313
1. Find the latest version (either via the releases tab on GitHub or via git tags) to determine which version you are releasing.
1414
2. `VERSION=9.9.9 ./release.sh` (replace `9.9.9` with the version you are releasing)
1515
3. Travis will automatically perform the release. Once it has finished, **confirm that the curl commands fetch the latest version above**.
16-
4. Update the `MinimumVersion` constant in the [src-cli package](https://github.com/sourcegraph/sourcegraph/tree/master/internal/src-cli/consts.go).
16+
4. Update the `MinimumVersion` constant in the [src-cli package](https://github.com/sourcegraph/sourcegraph/tree/main/internal/src-cli/consts.go).
1717

1818
### Patch releases
1919

0 commit comments

Comments
 (0)