Skip to content

Commit 9bb6d08

Browse files
authored
Preparing Release of v3.2 (#30)
1 parent de9ef24 commit 9bb6d08

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/cd-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [pack-and-publish]
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: neolution-ch/action-release-notifier@v1.3.0
41+
- uses: neolution-ch/action-release-notifier@v1
4242
with:
4343
slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
4444
slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and adheres to a project-specific [Versioning](/README.md).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated SonarAnalyzer.CSharp to version 9.20.0.85982
13+
1014
### Added
1115

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

0 commit comments

Comments
 (0)