Friedrich von Never
2f824e0584
Plugin publication: fix the channel selector ( #444 )
...
* 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 <jakub.chrzanowski@jetbrains.com>
* CHANGELOG.md update
---------
Co-authored-by: KotlinIsland <65446343+kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2024-03-08 12:43:22 +01:00
Jakub Chrzanowski
a51bde09cf
Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action
to v2023.3.1
2024-02-20 20:13:38 +01:00
sadv1r
76d15e31e8
GitHub Actions: Replace gradle/gradle-build-action@v2 with gradle/actions/setup-gradle@v3
2024-02-20 20:07:25 +01:00
Ryan Rushton
de86d6b34b
Fix create draft release ( #427 )
...
* Fix bash variable access in Create Release Draft step.
* Fix channels assignment in publishPlugin task.
* Remove Gradle Kotlin DSL Lazy Property Assignment because it's default now
* Changelog update - v1.11.3
* Remove Gradle Kotlin DSL Lazy Property Assignment from the main `gradle.properties` file
* CHANGELOG update
* Adjust obtaining the value for `publishPlugin.channels` property.
* CHANGELOG update
---------
Co-authored-by: kotlinisland <asdf>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2024-02-20 20:04:39 +01:00
Alex Chmyr
0471a99799
Update build.yml
...
Reducing number of concurrent builds
2024-02-02 22:36:47 +00:00
dependabot[bot]
434219f313
Bump actions/setup-java from 3 to 4
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 13:52:21 +01:00
dependabot[bot]
0a3cd450b5
Bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8
...
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action ) from 2023.2.6 to 2023.2.8.
- [Release notes](https://github.com/jetbrains/qodana-action/releases )
- [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.2.6...v2023.2.8 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 13:52:21 +01:00
dependabot[bot]
243c601ab8
Bump JetBrains/qodana-action from 2023.2.1 to 2023.2.6
...
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action ) from 2023.2.1 to 2023.2.6.
- [Release notes](https://github.com/jetbrains/qodana-action/releases )
- [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.2.1...v2023.2.6 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 16:44:25 +02:00
dependabot[bot]
8b8b9c954d
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 16:44:25 +02:00
Jakub Chrzanowski
7fcfe507f2
GitHub Actions: publish workflow fails due to the existing release changelog
label
2023-08-17 11:36:39 +02:00
Jakub Chrzanowski
46a5d43fec
Spellchecking
2023-08-07 15:36:00 +02:00
Jakub Chrzanowski
79f16d41d3
Spellchecking
2023-08-07 15:20:46 +02:00
Jakub Chrzanowski
372b766dad
GitHub Actions: move the Maximize Build Space
step from the Build
job to Inspect code
and Verify plugin
jobs
2023-08-07 13:25:59 +02:00
Jakub Chrzanowski
c8a9220a74
Merge remote-tracking branch 'origin/main' into next
...
# Conflicts:
# .github/ISSUE_TEMPLATE/bug_report.md
2023-08-04 15:38:00 +02:00
Jakub Chrzanowski
3803765c9b
GitHub Actions: use jlumbroso/free-disk-space
to free disk space
2023-08-04 12:36:08 +02:00
Jakub Chrzanowski
9f26d955a6
GitHub Actions: rearrange the Build workflow
2023-08-04 12:31:24 +02:00
Jakub Chrzanowski
9be85b8e62
GitHub Actions: set gradle-home-cache-cleanup: true
flag to the Gradle Build Action
2023-08-04 11:58:42 +02:00
Jonathan Gafner
43f3a72b66
Fix Upload Code Coverage Report step
2023-08-04 10:53:30 +02:00
dependabot[bot]
3dfb24527d
Bump JetBrains/qodana-action from 2023.1.5 to 2023.2.1
...
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action ) from 2023.1.5 to 2023.2.1.
- [Release notes](https://github.com/jetbrains/qodana-action/releases )
- [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.1.5...v2023.2.1 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-04 10:52:42 +02:00
dependabot[bot]
8aa8ec6753
Bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 1.0.6 to 1.1.0.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.6...v1.1.0 )
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-04 10:52:12 +02:00
Jakub Chrzanowski
0217a01c9d
Use "JetBrains Marketplace" name in docs and comments
2023-07-27 18:06:04 +02:00
Jakub Chrzanowski
a544f0137e
GitHub Actions — rearrange the Build workflow
2023-07-11 15:59:41 +02:00
Jakub Chrzanowski
74f48a0875
GitHub Actions — use Java 17
explicitly
2023-07-10 16:55:15 +02:00
Jakub Chrzanowski
d4a74cf79e
Fixed copying files issue when running the Template Cleanup
workflow #379
2023-07-10 09:30:28 +02:00
Andrei Rybak
a29fd25853
build.yml: drop unused GitHub output
...
Last usage of `${{ steps.properties.outputs.name }}` in GitHub Actions
workflow "Build" was removed in commit d8648e5
("GitHub Actions general
performance refactoring", 2021-09-30). Drop initialization of this
output from the step "Export Properties".
(cherry picked from commit 30506fba8ffae6d3d35d6bcdf264c18916b53803)
2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
4e563ffcc9
GitHub Actions: Update release workflow to use Gradle build action
2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
dfe55bb7db
Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action
to v2023.1.5
2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
18bc8c492d
GitHub Actions: Build workflow refactoring
2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
5fea6649ae
Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action
to v2023.1.4
2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
ddde2391ad
Dependabot workflow points to next
branch in a newly created project #372
2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
3773a52dba
GitHub Actions — switch to Java 17
2023-06-07 10:44:04 +02:00
jongwooo
6efee20227
Use setup-java action to cache dependencies
...
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
aa4642f0b9
Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action
to v2023.1.0
2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
6852040e04
GitHub Actions: cleanup workflow — use the proper template plugin name
2023-03-10 12:04:06 +01:00
Stefano Kowalke
5907181318
Remove redundant ides
folder.
2023-03-10 12:04:06 +01:00
Stefano Kowalke
6185c35958
Pass the cache folder to runPluginVerifier
correctly
2023-03-10 12:04:06 +01:00
dependabot[bot]
d31aacc5d6
Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.5...v1.0.6 )
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 12:04:06 +01:00
dependabot[bot]
0770e98fda
Bump JetBrains/qodana-action from 2022.3.3 to 2022.3.4
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.3.3 to 2022.3.4.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.3...v2022.3.4 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
7b67203037
Template Cleanup: remove default pluginIcon.svg
icon
2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
794d9ea518
GitHub Actions: pass changelog release notes as a multi-line content
2023-03-10 12:04:06 +01:00
dependabot[bot]
f6b17e8925
Bump JetBrains/qodana-action from 2022.3.2 to 2022.3.3
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.3.2 to 2022.3.3.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.2...v2022.3.3 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 12:04:06 +01:00
dependabot[bot]
043e0fd436
Bump JetBrains/qodana-action from 2022.3.0 to 2022.3.2
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.3.0 to 2022.3.2.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.0...v2022.3.2 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
b99218fb83
Minor fixes reported by the code inspection
2023-01-13 21:52:52 +01:00
Pavel 'Strajk' Dolecek
4e6abe0f72
Clearer comment for .github/workflows/release.yml
2023-01-13 21:52:52 +01:00
dependabot[bot]
eda6d82c8e
Bump JetBrains/qodana-action from 2022.2.4 to 2022.3.0
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.2.4 to 2022.3.0.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.2.4...v2022.3.0 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 21:52:52 +01:00
Jakub Chrzanowski
7fab656a4a
GitHub Actions: Fixed handling of the multiline changelog
2023-01-13 21:52:52 +01:00
Blarc
fa28cdc87e
Remove github-actions ::set-output command.
2023-01-13 21:52:52 +01:00
dependabot[bot]
ffebb6dffc
Bump JetBrains/qodana-action from 2022.2.3 to 2022.2.4
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.2.3 to 2022.2.4.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.2.3...v2022.2.4 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 21:52:52 +01:00
Jakub Chrzanowski
354b4233e2
GitHub Actions: ignore pluginRepositoryUrl
in Template Verify workflow
2022-11-17 22:20:35 +01:00
dependabot[bot]
aad5979f74
Bump jtalk/url-health-check-action from 2 to 3
...
Bumps [jtalk/url-health-check-action](https://github.com/jtalk/url-health-check-action ) from 2 to 3.
- [Release notes](https://github.com/jtalk/url-health-check-action/releases )
- [Commits](https://github.com/jtalk/url-health-check-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: jtalk/url-health-check-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 07:59:31 +01:00