Skip to content

Commit

Permalink
disable winget until I get the token configured properly
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Oct 27, 2023
1 parent 5be9e66 commit 8f54f73
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .changes/v1.15.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.15.0 on 2023-10-26
## v1.15.0 on 2023-10-27

### Added

Expand Down
38 changes: 19 additions & 19 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,25 @@ scoops:
homepage: https://changie.dev
description: Automated changelog tool for preparing releases with lots of customization options.
license: MIT
winget:
- publisher: miniscruff
license: MIT
homepage: https://changie.dev
publisher_support_url: https://github.com/miniscruff/changie/issues/new
short_description: Automated changelog tool for preparing releases with lots of customization options.
release_notes: "{{.Changelog}}"
repository:
owner: miniscruff
name: winget-pkgs
branch: "changie-{{.Version}}"
token: "{{.Env.WINGET_PAT}}"
pull_request:
enabled: true
draft: true
base:
owner: microsoft
name: winget-pkgs
branch: master
# disable until I get the token configured correctly...
# winget:
# - publisher: miniscruff
# license: MIT
# homepage: https://changie.dev
# publisher_support_url: https://github.com/miniscruff/changie/issues/new
# short_description: Automated changelog tool for preparing releases with lots of customization options.
# release_notes: "{{.Changelog}}"
# repository:
# owner: miniscruff
# name: winget-pkgs
# branch: "changie-{{.Version}}"
# token: "{{.Env.WINGET_PAT}}"
# pull_request:
# draft: true
# base:
# owner: microsoft
# name: winget-pkgs
# branch: master
dockers:
- goos: linux
goarch: amd64
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [itself](https://github.com/miniscruff/changie).

## v1.15.0 on 2023-10-26
## v1.15.0 on 2023-10-27

### Added

Expand Down

0 comments on commit 8f54f73

Please sign in to comment.