Skip to content

Commit 174e89f

Browse files
authored
Merge pull request #146 from coder/update-readme-with-release-details
Update readme with release details
2 parents 2d2f558 + 023b251 commit 174e89f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=soc
2727

2828
## Getting Started
2929

30-
![Install this plugin from the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19620-coder-gateway)
30+
[Install this plugin from the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19620-coder/)
3131

3232
## Manually Building
3333

@@ -142,6 +142,8 @@ An artifact file is also built with the plugin attached. Every new Build overrid
142142
When you edit the draft and use the <kbd>Publish release</kbd> button, GitHub will tag the repository with the given version and add a new entry to the Releases tab.
143143
Next, it will notify users who are *watching* the repository, triggering the final [Release](.github/workflows/release.yml) workflow.
144144

145+
> **IMPORTANT:** `pluginVersion` from `gradle.properties` needs to be manually increased after a release.
146+
145147
### Plugin signing
146148

147149
Plugin Signing is a mechanism introduced in the 2021.2 release cycle to increase security in [JetBrains Marketplace](https://plugins.jetbrains.com).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup=com.coder.gateway
44
pluginName=coder-gateway
55
# SemVer format -> https://semver.org
6-
pluginVersion=2.1.4
6+
pluginVersion=2.1.5
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
99
pluginSinceBuild=222.3739.54

0 commit comments

Comments
 (0)