Skip to content

Commit 4e35fb0

Browse files
authored
Fix choco deployment (#223)
* Fix choco deployment * Update release notes
1 parent e570b7d commit 4e35fb0

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
260260
- name: Push package
261261
run: |
262-
choco push $(ls TfsCmdlets*.nupkg) --api-key $env:CHOCO_KEY
262+
choco push $(ls TfsCmdlets*.nupkg) --api-key $env:CHOCO_KEY --source='https://push.chocolatey.org/'
263263
264264
WinGet:
265265

Docs/ReleaseNotes/2.7.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# TfsCmdlets Release Notes
2+
3+
## Version 2.7.1 (_03/Jul/2024_)
4+
5+
This release fixes an issue with the Chocolatey publishing process. No changes have been made to the cmdlets.

RELEASENOTES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# TfsCmdlets Release Notes
22

3-
## Version 2.7.0 (_03/Jul/2024_)
3+
## Version 2.7.1 (_03/Jul/2024_)
44

5-
This release adds support for suppressing notifications when creating or updating work items.
6-
7-
## New features
8-
9-
* Adds `-SuppressNotifications` switch to `New-TfsWorkItem` and `Set-TfsWorkItem` to suppress notifications when creating or updating work items. This is useful when you are creating or updating a large number of work items and don't want to flood the notification feed of team members.
5+
This release fixes an issue with the Chocolatey publishing process. No changes have been made to the cmdlets.
106

117
-----------------------
128

139
## Previous Versions
1410

11+
### Version 2.7.0 (_03/Jul/2024_)
12+
13+
See release notes [here](Docs/ReleaseNotes/2.7.0.md).
14+
1515
### Version 2.6.1 (_15/May/2024_)
1616

1717
See release notes [here](Docs/ReleaseNotes/2.6.1.md).

0 commit comments

Comments
 (0)