Skip to content

Commit

Permalink
Preparing Release of v3.2 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoscie authored Oct 11, 2024
1 parent de9ef24 commit 9bb6d08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
needs: [pack-and-publish]
runs-on: ubuntu-latest
steps:
- uses: neolution-ch/action-release-notifier@v1.3.0
- uses: neolution-ch/action-release-notifier@v1
with:
slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to a project-specific [Versioning](/README.md).

## [Unreleased]

### Changed

- Updated SonarAnalyzer.CSharp to version 9.20.0.85982

### Added

- S2925: "Thread.Sleep" should not be used in tests
Expand Down

0 comments on commit 9bb6d08

Please sign in to comment.