Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit d983e5c

Browse files
Update README.md
1 parent f9407f8 commit d983e5c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ Please file an issue: https://github.com/sourcegraph/sourcegraph-jetbrains/issue
7777

7878
The publishing process is based on the actions outlined in the [`intellij-platform-plugin-template`](https://github.com/JetBrains/intellij-platform-plugin-template).
7979

80-
1. Create a [new release](https://github.com/sourcegraph/sourcegraph-jetbrains/releases/new) on GitHub.
81-
2. Pick the new version number as the git tag (e.g. `v1.2.3`).
82-
3. Copy/paste the `[Unreleased]` section of the [`CHANGELOG.md`](https://github.com/sourcegraph/sourcegraph-jetbrains/blob/main/CHANGELOG.md) into the GitHub release text.
83-
4. Once published, a GitHub action is triggered that will publish the release automatically and create a PR to update the changelog and version text.
80+
1. Update `gradle.properties` and set the version number for this release (e.g. `1.2.3`).
81+
2. Create a [new release](https://github.com/sourcegraph/sourcegraph-jetbrains/releases/new) on GitHub.
82+
3. Pick the new version number as the git tag (e.g. `v1.2.3`).
83+
4. Copy/paste the `[Unreleased]` section of the [`CHANGELOG.md`](https://github.com/sourcegraph/sourcegraph-jetbrains/blob/main/CHANGELOG.md) into the GitHub release text.
84+
5. Once published, a GitHub action is triggered that will publish the release automatically and create a PR to update the changelog and version text. You may need to manually fix the content.
8485

8586
## Version History
8687

0 commit comments

Comments
 (0)