Skip to content

Commit

Permalink
Fix release pipeline (#4)
Browse files Browse the repository at this point in the history
* Remove changelog

* Ignore credentials while creating the PR

* Assing collaborators

* Fixing message
  • Loading branch information
ausias-armesto authored Sep 13, 2024
1 parent a68e0b4 commit 470726e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
body_path: changelog.md
name: 'uhttp-latency-monitor - v${{ steps.environment.outputs.release_version }}'
tag_name: v${{ steps.environment.outputs.release_version }}

Expand Down Expand Up @@ -93,7 +92,8 @@ jobs:
branch: bot/open-${{ inputs.release_type }}-${{ steps.bump.outputs.bump_version }}
delete-branch: true
assignees: ${{ github.actor }}
team-reviewers: '@hoprnet/hopr-products-team'
reviewers: 'esterlus'
team-reviewers: '@hoprnet/hopr-devops'

- name: Notify new release
uses: zulip/github-actions-zulip/send-message@v1
Expand All @@ -105,4 +105,4 @@ jobs:
to: 'Releases'
topic: 'main'
content: |
I'm thrilled to inform the new **uhttp-latency-monitor** version **${{ steps.environment.outputs.current_version }}** has been released.
I'm thrilled to inform the new **uhttp-latency-monitor** version **${{ steps.environment.outputs.release_version }}** has been released.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ coverage/
# dependencies
node_modules/
.vscode/

# Created by github pipeline
gha-creds-*.json

0 comments on commit 470726e

Please sign in to comment.