Skip to content

Commit cb9c49f

Browse files
authored
Revert 4.0-pre changes (#828)
1 parent 692663e commit cb9c49f

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.goreleaser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,10 @@ dockers:
5050
- "sourcegraph/src-cli:{{ .Tag }}"
5151
- "sourcegraph/src-cli:{{ .Major }}"
5252
- "sourcegraph/src-cli:{{ .Major }}.{{ .Minor }}"
53-
# Disabled until 4.0 stable is released.
54-
#- "sourcegraph/src-cli:latest"
53+
- "sourcegraph/src-cli:latest"
5554
changelog:
5655
sort: asc
5756
filters:
5857
exclude:
5958
- '^docs:'
6059
- '^test:'
61-
release:
62-
prerelease: true

DEVELOPMENT.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
This file covers things that are good to know if you're developing or maintaining `src`. It is likely incomplete, and contributions would be most welcome!
22

3-
## Things are a bit weird right now, August-September 2022 edition
4-
5-
With 3.43 having been released, we now want to remove a bunch of old backward compatibility code before 4.0 is released in late September. However, we also need to be able to fix bugs and make 3.43.x releases in the interim.
6-
7-
**Until 4.0 is released, `main` is the 4.0 branch.**
8-
9-
### Releasing a 3.43.x bug fix
10-
11-
You must merge the fix into **both** the `3.43` and `main` branches. Then [perform the release normally](#releasing), except note that you **must** be on the `3.43` branch when you run `./release.sh`.
12-
13-
### Releasing a 4.0 pre-release
14-
15-
[Perform the release normally](#releasing), but be careful to use a version number that is clearly a pre-release, specifically in the format `4.0.0-rc.X`, where `X` is one higher than the previous pre-release.
16-
17-
### Releasing 4.0 proper
18-
19-
If you're reading this because you're about to release the stable 4.0.0 release, please merge #828 first to put the release machinery back the way it was.
20-
213
## Contents
224

235
* [Developing `src`](#development)

0 commit comments

Comments
 (0)