diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 547f3d8..3b36cf1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} @@ -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 @@ -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. \ No newline at end of file + I'm thrilled to inform the new **uhttp-latency-monitor** version **${{ steps.environment.outputs.release_version }}** has been released. \ No newline at end of file diff --git a/.gitignore b/.gitignore index da286ed..b2db8c7 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ coverage/ # dependencies node_modules/ .vscode/ + +# Created by github pipeline +gha-creds-*.json