Skip to content

Commit

Permalink
adjusted the approver step
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Feb 15, 2024
1 parent ef3f08c commit 5b9a240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,11 +417,11 @@ jobs:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: gzukel
approvers: kingpinXD,lumtis,brewmaster012
minimum-approvals: 1
issue-title: "Release Approval for version: ${{ github.event.inputs.version }}"
issue-body: "Please approve the release. Once approved the release pipeline will continue."
exclude-workflow-initiator-as-approver: false
exclude-workflow-initiator-as-approver: true
additional-approved-words: ''
additional-denied-words: ''
publish-release:
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

### CI

* Adjusted the release pipeline to be a manually executed pipeline with an approver step. The pipeline now executes all the required tests run before the approval step unless skipped.
* Added pipeline to build and push docker images into dockerhub on release for ubuntu and macos.
* Adjusted the pipeline for building and pushing docker images for MacOS to install and run docker.
* Added docker-compose and make commands for launching full nodes. `make mainnet-zetarpc-node` `make mainnet-bitcoind-node`
Expand Down

0 comments on commit 5b9a240

Please sign in to comment.