Skip to content

Commit

Permalink
Merge branch 'public-release/v1.2.0-223' into public-release/v1.2.0-231
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <leksilonchikk@gmail.com>
  • Loading branch information
KUGDev committed Apr 15, 2024
2 parents 7e8d47b + 5f9caa4 commit a23482d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,12 @@ jobs:
run: |
PROPERTIES="$(./gradlew properties --console=plain -q)"
PLUGIN_VERSION_FULL="$(echo "$PROPERTIES" | grep "^pluginVersion:" | cut -f2- -d ' ')"
PLUGIN_VERSION_SEMVER="$(echo "$PLUGIN_VERSION_FULL" | grep -Po '\d{1,}\.\d{1,}\.\d{1,}')"
CURR_COMMIT="$(git rev-parse HEAD)"
echo "pluginVersionFull: $PLUGIN_VERSION_FULL"
echo "pluginVersionSemVer: $PLUGIN_VERSION_SEMVER"
echo "currCommit: $CURR_COMMIT"
echo "pluginVersionFull=$PLUGIN_VERSION_FULL" >> $GITHUB_OUTPUT
echo "pluginVersionSemVer=$PLUGIN_VERSION_SEMVER" >> $GITHUB_OUTPUT
echo "currCommit=$CURR_COMMIT" >> $GITHUB_OUTPUT
- name: Publish Plugin
Expand Down Expand Up @@ -116,5 +113,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh api repos/{owner}/{repo}/milestones \
--jq '.[] | select(.title == "${{ steps.properties.outputs.pluginVersionSemVer }}") | .number' \
--jq '.[] | select(.title == "${{ steps.properties.outputs.pluginVersionFull }}") | .number' \
| xargs -I '{}' gh api -X PATCH repos/{owner}/{repo}/milestones/{} -F state='closed'
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
* Bugfix: Unknown file type after delete member after
move ([02b8090f](https://github.com/zowe/zowe-explorer-intellij/commit/02b8090f))

## [1.0.1] (2023-04-18)
## [1.0.1-231] (2023-04-18)

### Features

Expand Down Expand Up @@ -436,8 +436,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
[1.1.2-231]: https://github.com/for-mainframe/For-Mainframe/compare/1.1.1-231...1.1.2-231
[1.1.1-231]: https://github.com/for-mainframe/For-Mainframe/compare/1.1.0-231...1.1.1-231
[1.1.0-231]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.2-231...1.1.0-231
[1.0.2-231]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.1...1.0.2-231
[1.0.1]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.0...1.0.1
[1.0.2-231]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.1-231...1.0.2-231
[1.0.1-231]: https://github.com/for-mainframe/For-Mainframe/compare/1.0.0...1.0.1-231
[1.0.0]: https://github.com/for-mainframe/For-Mainframe/compare/0.7.1...1.0.0
[0.7.1]: https://github.com/for-mainframe/For-Mainframe/compare/0.7.0...0.7.1
Expand Down

0 comments on commit a23482d

Please sign in to comment.