Skip to content

Commit

Permalink
Fix version of org.jetbrains.intellij.platform plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Jul 23, 2024
1 parent 2f3673a commit 6085aaf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## v5.0.2

## v5.0.1

- Improved: performance of loading repositories with long git histories and a lot of red-edge branches
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ vavr = "io.vavr:vavr:0.10.4"
[plugins]
jetbrains-changelog = "org.jetbrains.changelog:2.2.1"
jetbrains-grammarkit = "org.jetbrains.grammarkit:2022.3.2.2"
jetbrains-intellij = "org.jetbrains.intellij.platform:2.0.0-RC1"
jetbrains-intellij = "org.jetbrains.intellij.platform:2.0.0-rc1"
taskTree = "com.dorongold.task-tree:4.0.0"
2 changes: 1 addition & 1 deletion scripts/enforce-version-bump
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ last_tag_version=${last_tag#v}
current_version=$(extract_version_from_current_wd)

if [[ $(echo -e "$current_version\n$last_tag_version" | sort --version-sort | tail -n 1) == "$last_tag_version" ]]; then
die "Please increment version in version.gradle with new release! Last released version: $last_tag_version"
die "Please increment version in version.gradle.kts and CHANGE-NOTES.md with new release! Last released version: $last_tag_version"
fi
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
val prospectiveReleaseVersion by extra("5.0.1")
val prospectiveReleaseVersion by extra("5.0.2")

0 comments on commit 6085aaf

Please sign in to comment.