Skip to content

Commit c859ff5

Browse files
Update Goreleaser and deprecate CHANGELOG
1 parent d6d2774 commit c859ff5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ builds:
2828
- -X github.com/pulumi/pulumi-postgresql/provider/v3/pkg/version.Version={{.Tag}}
2929
main: ./cmd/pulumi-resource-postgresql/
3030
changelog:
31-
skip: true
31+
use: git
32+
sort: asc
3233
release:
3334
disable: false
3435
snapshot:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## HEAD (Unreleased)
22
_(none)_
33

4+
## Notice (2022-01-06)
5+
6+
*As of this notice, using CHANGELOG.md is DEPRECATED. We will be using [GitHub Releases](https://github.com/pulumi/pulumi-postgresql/releases) for this repository*
7+
48
---
59

610
## 3.3.0 (2021-11-11)

0 commit comments

Comments
 (0)