Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
352a7b9
Impl: build against latest 2022.3 build
fioan89 Nov 24, 2022
183bd97
Next version: 3.0.0-eap
fioan89 Nov 24, 2022
b15d5f9
Fix: build with Gateway 2022.3 RC API
fioan89 Nov 24, 2022
764e112
Change version to 2.1.2-eap.0
fioan89 Nov 28, 2022
748303b
Publish eap version on default release channel
fioan89 Nov 28, 2022
c180881
Execute github actions on eap branch
fioan89 Nov 28, 2022
59a7868
Merge branch 'main' into eap
fioan89 Nov 28, 2022
9bbaadd
Changelog update should happen on eap branch
fioan89 Nov 28, 2022
61eccfa
publish release draft from eap branch
fioan89 Nov 29, 2022
3f20fc1
log more details when building and publishing plugin
fioan89 Nov 29, 2022
762fcee
Changelog update - v2.1.2-eap.0
actions-user Nov 29, 2022
c7efb60
Merge pull request #98 from coder/changelog-update-v2.1.2-eap.0
fioan89 Nov 29, 2022
3d198f6
Merge branch 'main' into eap
fioan89 Dec 12, 2022
79db16e
Changelog update - v2.1.3-eap.0
actions-user Dec 12, 2022
a80354e
Merge pull request #124 from coder/changelog-update-v2.1.3-eap.0
fioan89 Dec 12, 2022
d7c3a9d
Merge branch 'main' into eap
fioan89 Dec 21, 2022
2e134ac
Merge branch 'main' into eap
fioan89 Dec 22, 2022
52fa781
Merge branch 'main' into eap
fioan89 Dec 23, 2022
3d1a336
chore: update Gateway build
fioan89 Dec 23, 2022
59b7f39
Changelog update - v2.1.4-eap.0
actions-user Dec 23, 2022
0a4f879
Merge pull request #138 from coder/changelog-update-v2.1.4-eap.0
fioan89 Dec 23, 2022
72e71ed
Merge branch 'main' into eap
fioan89 Jan 23, 2023
bb02d97
release 2.15
bpmct Jan 24, 2023
d230767
Changelog update - v2.1.5-eap.0
actions-user Jan 24, 2023
766b401
Merge pull request #150 from coder/changelog-update-v2.1.5-eap.0
fioan89 Jan 24, 2023
79eacf1
fix URLs
bpmct Jan 25, 2023
399888e
Merge branch 'main' into eap
fioan89 Jan 27, 2023
a196cc2
chore: develop using latest Gateway 2022.3.2
fioan89 Jan 27, 2023
860fccf
Merge branch 'main' into eap
fioan89 Feb 1, 2023
f6584cf
Merge branch 'main' into eap
fioan89 Feb 1, 2023
976e841
chore: update changelog
fioan89 Feb 1, 2023
8b30415
Changelog update - v2.1.6-eap.0
actions-user Feb 2, 2023
b7a1009
Merge pull request #160 from coder/changelog-update-v2.1.6-eap.0
fioan89 Feb 2, 2023
c4b0be0
Merge branch 'main' into eap
fioan89 Feb 16, 2023
af22afe
Merge branch 'eap' into eap-merge
fioan89 Feb 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change version to 2.1.2-eap.0
- I think it's better for MAJOR.MINOR.PATCH to be synchronized with main branch.
- the first three versions will change when business will change while `eap-x` will be increased when support for new Gateway releases is added
  • Loading branch information
fioan89 committed Nov 28, 2022
commit 764e11246646cd8814d748c8dcad0c94a984417b
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup=com.coder.gateway
pluginName=coder-gateway
# SemVer format -> https://semver.org
pluginVersion=3.0.0-eap
pluginVersion=2.1.2-eap.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=223.7571.70
Expand Down