Skip to content

Commit

Permalink
Release pipeline update
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <leksilonchikk@gmail.com>
  • Loading branch information
KUGDev committed Jul 19, 2024
1 parent 17f7cf6 commit 0599d2a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
echo "pluginVersionSemVer=$PLUGIN_VERSION_FULL" >> $GITHUB_OUTPUT
echo "currCommit=$CURR_COMMIT" >> $GITHUB_OUTPUT
- name: Prepare changelog
shell: bash
run: ./gradlew changelog

- name: Prepare release notes
id: release_notes
shell: bash
Expand Down Expand Up @@ -103,6 +107,7 @@ jobs:
| xargs -I '{}' gh api -X PATCH repos/{owner}/{repo}/milestones/{} -F state='closed'
release:
needs: [changelog-and-preparations]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.

## [Unreleased]

### Features
* Feature: Some test feature

### Bugfixes
* Bugfix: Some test bugfix

## [1.2.1-231] (2024-06-12)

### Features
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ tasks {
}

publishPlugin {
dependsOn("patchChangelog")
token.set(environment("INTELLIJ_SIGNING_PUBLISH_TOKEN").map { it })
// The pluginVersion is based on the SemVer (https://semver.org)
// Read more: https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
Expand Down

0 comments on commit 0599d2a

Please sign in to comment.