Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release final prerelease from the master branch #75

Merged
merged 24 commits into from
Sep 20, 2024
Merged
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e3790d5
Initial vNext commit
zFernand0 Feb 21, 2024
ef6e665
Resolve technical currency
awharn Feb 28, 2024
19bfcd7
Update and fix script
awharn Feb 28, 2024
c35e7b5
Merge pull request #63 from zowe/awharn/v3-conformant
zFernand0 Feb 28, 2024
0700e78
Update engine, add changelog, small lint tweaks
awharn Feb 28, 2024
c53f01d
Merge pull request #64 from zowe/small-v3-tweaks
traeok Feb 28, 2024
4a892be
cleanup and prep for the vNext release
zFernand0 Mar 7, 2024
b7183a9
update documentation and include port on the template
zFernand0 Mar 7, 2024
c62bf95
remove old v1 profile creation
zFernand0 Mar 7, 2024
e799bae
address PR feedback
zFernand0 Mar 8, 2024
5bd1523
Merge pull request #65 from zowe/v3-conformant
zFernand0 Mar 8, 2024
4f36ad4
Bump version to 4.0.0-next.202403081534 [ci skip]
zowe-robot Mar 8, 2024
89dd223
Merge remote-tracking branch 'origin/master' into update-with-master
awharn Jul 31, 2024
6ab8938
Merge pull request #67 from zowe/update-with-master
zFernand0 Jul 31, 2024
51f3a34
Update dependencies [ci skip]
zowe-robot Jul 31, 2024
4c72cb7
Bump version to 4.0.0-next.202407311517 [ci skip]
zowe-robot Jul 31, 2024
c36c89c
Update workflows (v3)
awharn Sep 9, 2024
506a015
Merge pull request #73 from zowe/update-workflows-v3
awharn Sep 9, 2024
d9b4130
Update dependencies [ci skip]
zowe-robot Sep 9, 2024
b850151
Bump version to 4.0.0-next.202409091752 [ci skip]
zowe-robot Sep 9, 2024
9ae08d0
Merge branch 'master' of https://github.com/zowe/zowe-cli-mq-plugin i…
zFernand0 Sep 20, 2024
69a6857
chore: update cli/sdk dependencies
zFernand0 Sep 20, 2024
f42c85c
chore: update changelog
zFernand0 Sep 20, 2024
6a3dce3
Merge pull request #74 from zowe/update-next
zFernand0 Sep 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ on:
- master
- zowe-v?-lts
- next
# schedule:
# - cron: '0 10 * * *'
schedule:
- cron: '0 10 * * *'

jobs:
audit:
2 changes: 2 additions & 0 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ name: Auto Responder for New Issues
on:
issues:
types: labeled
permissions:
issues: write

jobs:
processLabelAction:
3 changes: 3 additions & 0 deletions .github/workflows/update-project.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ env:
PR_STATUS_DRAFT: 'In Progress'
PR_STATUS_READY: 'Review/QA'

permissions:
pull-requests: write

jobs:
update-project:
name: Move project item
5 changes: 4 additions & 1 deletion .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
@@ -97,7 +97,10 @@ jobs:
if: github.event_name == 'push' && github.ref_protected
needs: test
runs-on: ubuntu-latest

permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Loading