From 2ba360e9baf1513fd7d6677ebe94231058d51338 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Fri, 8 Nov 2024 15:24:23 +0000 Subject: [PATCH] Revert "chore(main): release generate-policy-bot-config 0.1.0" This reverts commit a684c9a19e7b254c4ede1d50d4de217c7810bdc1. --- .release-please-manifest.json | 2 +- CHANGELOG.md | 39 ----------------------------------- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39..0967ef4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{} diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 2e4b861..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,39 +0,0 @@ -# Changelog - -## 0.1.0 (2024-11-08) - - -### 🎉 Features - -* **all:** add CI, a release process and Dependabot ([b8055cf](https://github.com/grafana/generate-policy-bot-config/commit/b8055cf3074f74a475f271e5e9ebf95d225ff3b0)) -* **build:** Add a Dockerfile ([5eb92d3](https://github.com/grafana/generate-policy-bot-config/commit/5eb92d3be6b871f879529d2250bcfb45b5eab7db)) -* **ci:** build binaries natively, avoiding emulation ([663e4ea](https://github.com/grafana/generate-policy-bot-config/commit/663e4ea1b23690505d6ac00a571a2a061a95ff36)) -* **ci:** generate and push sbom and build provenance attestations ([54ea116](https://github.com/grafana/generate-policy-bot-config/commit/54ea1169744e24035727f606d008a86264aa1a90)) -* print filename we're merging with ([23c0d91](https://github.com/grafana/generate-policy-bot-config/commit/23c0d9133dab64fd1a32a73f332e9178dcf1dc45)) - - -### 🐛 Bug Fixes - -* **ci:** drop local validate rule ([ac72894](https://github.com/grafana/generate-policy-bot-config/commit/ac72894827185b3ec5cd8a50fdad91922b884605)) -* remove rule properly ([38c376c](https://github.com/grafana/generate-policy-bot-config/commit/38c376c3bd2be5f00ad13b3da2c6a2df6be8d25c)) - - -### 📝 Documentation - -* add some more config instructions to the README ([457e203](https://github.com/grafana/generate-policy-bot-config/commit/457e203271c966ff4bf58f4d6935b77714f9352c)) -* **README:** update project name ([08e65bc](https://github.com/grafana/generate-policy-bot-config/commit/08e65bcaaa09863426a873cbb6b849c577817259)) - - -### 🔧 Miscellaneous Chores - -* **deps:** bump actions/checkout from 4.2.0 to 4.2.2 ([619596e](https://github.com/grafana/generate-policy-bot-config/commit/619596e72223f85260f9aadb45386230130e2763)) -* **deps:** bump actions/setup-go from 5.0.2 to 5.1.0 ([c7e715b](https://github.com/grafana/generate-policy-bot-config/commit/c7e715bb3775cf2691fa7b82694cd82f20a177bb)) -* **deps:** bump docker/setup-buildx-action from 3.6.1 to 3.7.1 ([a93f6cf](https://github.com/grafana/generate-policy-bot-config/commit/a93f6cfe296f2321db63aa9d083ff44bedb00c87)) -* **deps:** bump golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 ([#13](https://github.com/grafana/generate-policy-bot-config/issues/13)) ([3bc345b](https://github.com/grafana/generate-policy-bot-config/commit/3bc345b084d2755ed7d0297c40e2262ad1c4d0ce)) -* **deps:** bump golang.org/x/term from 0.23.0 to 0.25.0 ([bef8476](https://github.com/grafana/generate-policy-bot-config/commit/bef847652a2c0528db7bf720a17ad5fc84ac6e83)) -* **deps:** bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 ([66bda90](https://github.com/grafana/generate-policy-bot-config/commit/66bda907a4d93b72c012bf34fe785d66ae2e90df)) -* **docs:** Add standard project documentation ([b1d518a](https://github.com/grafana/generate-policy-bot-config/commit/b1d518a837c2d686458a382c958a4d7c7335fa7e)) -* **go.mod:** update module name ([df2842f](https://github.com/grafana/generate-policy-bot-config/commit/df2842fb3784e63aef44ab435bd99375d4b4f06b)) -* move `.go` files out of the root ([5576877](https://github.com/grafana/generate-policy-bot-config/commit/55768778b2ff1b22a86e4caa94adfed5ceae6b78)) -* release as a prerelease v0.1.0 ([e3700e6](https://github.com/grafana/generate-policy-bot-config/commit/e3700e6b3f57566f18bf1dad458e2525a6bbdf8e)) -* remove reference to `deployment_tools` ([6205ebb](https://github.com/grafana/generate-policy-bot-config/commit/6205ebbe48fd6846eeabacdfe462b7643ce70d70))