diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..7298daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 0.0.0 (2023-07-24) + + +### Patch: Bug Fixes + +- [feat/{developer experience,tests}] Add custom linters to golangci-lint + [#3](https://github.com/pulumi/pulumi/pull/3) + +- [fix/{ci/cd,developer experience}] Add proper hook id to golangci-lint + [#1](https://github.com/pulumi/pulumi/pull/1) + +- [chore/docs] Fix documentation in contributing.md + [#2](https://github.com/pulumi/pulumi/pull/2) + diff --git a/changelog/pending/20230526--chore-docs--fix-documentation-in-contributing-md.yaml b/changelog/pending/20230526--chore-docs--fix-documentation-in-contributing-md.yaml deleted file mode 100644 index 689f9d9..0000000 --- a/changelog/pending/20230526--chore-docs--fix-documentation-in-contributing-md.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- type: patch - scope: chore/docs - description: Fix documentation in contributing.md diff --git a/changelog/pending/20230526--fix-ci-cd-developer-experience--add-proper-hook-id-to-golangci-lint.yaml b/changelog/pending/20230526--fix-ci-cd-developer-experience--add-proper-hook-id-to-golangci-lint.yaml deleted file mode 100644 index 1f0de90..0000000 --- a/changelog/pending/20230526--fix-ci-cd-developer-experience--add-proper-hook-id-to-golangci-lint.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- type: patch - scope: fix/developer experience,ci/cd - description: Add proper hook id to golangci-lint diff --git a/changelog/pending/20230724--feat-developer-experience-tests--add-custom-linters-to-golangci-lint.yaml b/changelog/pending/20230724--feat-developer-experience-tests--add-custom-linters-to-golangci-lint.yaml deleted file mode 100644 index a5277de..0000000 --- a/changelog/pending/20230724--feat-developer-experience-tests--add-custom-linters-to-golangci-lint.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- type: patch - scope: feat/developer experience,tests - description: Add custom linters to golangci-lint