Skip to content

Commit

Permalink
Plugin publication: fix the channel selector (#444)
Browse files Browse the repository at this point in the history
* Plugin publication: fix the channel selector

Before this patch, publisher was always using the channel corresponding
to the first number in the plugin version for release builds. This is
because by default, Kotlin's substringAfter will return the whole input
string if it's unable to find the needle.

* Bump org.gradle.toolchains.foojay-resolver-convention

Bumps org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0.

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor

* Release workflow: remove Java (#443)

* Release workflow: remove Java

It is not required in this workflow anyway.

* CHANGELOG.md update

---------

Co-authored-by: Jakub Chrzanowski <[email protected]>

* CHANGELOG.md update

---------

Co-authored-by: KotlinIsland <[email protected]>
Co-authored-by: Jakub Chrzanowski <[email protected]>
  • Loading branch information
3 people committed Jun 6, 2024
1 parent da699e9 commit bbaabfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
- GitHub Actions: Remove the `Setup Java` step from the `releaseDraft` build step
- Gradle - Removed Qodana Gradle Plugin configuration to rely on defaults

### Fixed

- Fixed calculation of the plugin publication channel

### Removed

- GitHub Actions: Remove the `Setup Java` step from the `releaseDraft` build step
Expand Down

0 comments on commit bbaabfe

Please sign in to comment.