From d0f891f2ad2a001f98b12aff932fdaecef858730 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 18 Oct 2022 22:17:54 +0200 Subject: [PATCH] remove CHANGELOG --- CHANGELOG.md | 92 ---------------------------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ab22a623..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,92 +0,0 @@ -# Changelog - -## 4.0.0 (2022/05/26) - -* Node 16 as default runtime (#161) - * This requires a minimum [Actions Runner](https://github.com/actions/runner/releases/tag/v2.285.0) version of v2.285.0, which is by default available in GHES 3.4 or later. - -## 3.2.0 (2022/05/26) - -* Update dev dependencies and workflow (#151 #160) -* Bump @actions/core from 1.2.6 to 1.6.0 (#148) -* Bump @actions/github from 5.0.0 to 5.0.1 (#132 #158) -* Bump node-fetch from 2.6.0 to 2.6.7 (#140 #156) -* Bump minimist from 1.2.5 to 1.2.6 (#157) -* Bump ws from 7.3.1 to 7.5.3 (#141) -* Bump ansi-regex from 5.0.0 to 5.0.1 (#150) -* Bump y18n from 4.0.0 to 4.0.3 (#142) -* Bump tmpl from 1.0.4 to 1.0.5 (#146) -* Bump path-parse from 1.0.6 to 1.0.7 (#144) -* Bump js-yaml from 3.14.1 to 4.1.0 (#128) -* Bump node-notifier from 8.0.0 to 8.0.2 (#139) -* Bump lodash from 4.17.20 to 4.17.21 (#138) -* Bump hosted-git-info from 2.8.8 to 2.8.9 (#137) - -## 3.1.1 (2020/12/16) - -* Fix label rename (#121) -* Container based developer flow (#122) -* Bump js-yaml from 3.14.0 to 3.14.1 (#119) - -## 3.1.0 (2020/09/28) - -* Don't use `:warning:` for everything being up-to-date (#112) -* Don't fail when "from_name" cannot be found (#111) -* Update deps - -## 3.0.0 (2020/08/21) - -* Move `GITHUB_TOKEN` env var to `github-token` input -* Rename `yaml_file` input to `yaml-file` -* Rename `skip_delete` input to `skip-delete` -* Rename `dry_run` input to `dry-run` -* Refactor and add tests - -## 2.1.1 (2020/08/21) - -* Add deprecation message since v3 - -## 2.1.0 (2020/07/22) - -* Handle [@actions/github](https://github.com/actions/toolkit/tree/main/packages/github) v4 -* Update deps - -## 2.0.2 (2020/05/10) - -* Cleanup local paths from extra fields -* Update deps - -## 2.0.1 (2020/05/03) - -* Fix exclusions -* Update deps - -## 2.0.0 (2020/05/01) - -* Use newline-delimited list for exclusions -* Add missing exclude input in action.yml -* Update deps - -## 1.3.0 (2020/04/26) - -* Mark workflow as failed in case of errors (#78) -* Enhanced annotations messages (#78) -* Update deps - -## 1.2.0 (2020/04/09) - -* Retrieve all labels through pagination (#71) -* Use ncc and clean workflows -* Update deps - -## 1.1.1 (2019/11/14) - -* Update deps - -## 1.1.0 (2019/10/20) - -* Add `exclude` option for simple wildcard matching on label names (#1) - -## 1.0.0 (2019/10/18) - -* Initial version