From f6c0c19559c3a08182c732d745597506c8e945d1 Mon Sep 17 00:00:00 2001 From: hustcer Date: Sat, 26 Oct 2024 20:43:59 +0800 Subject: [PATCH] Bump v2.2.0 --- CHANGELOG.md | 12 ++++++++++++ action.yaml | 2 +- meta.json | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33914f4..ac7b2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.2.0] - 2024-10-26 + +### Bug Fixes + +- Don't set milestone if it's already been set with the right milestone (#82) + +### Features + +- Add output milestone number support for creating milestone (#87) +- Output closed milestone number (#89) +- Try to fix permission error by setting `pull-requests: write` + ## [2.1.0] - 2024-10-25 ### Bug Fixes diff --git a/action.yaml b/action.yaml index 74a8b12..acd6420 100644 --- a/action.yaml +++ b/action.yaml @@ -21,7 +21,7 @@ author: 'hustcer' description: 'A Github action to create, close milestones and set milestone to merged PRs or closed issues' branding: - icon: 'bookmark' + icon: 'award' color: 'purple' inputs: diff --git a/meta.json b/meta.json index a0ef2bd..e99965a 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "MileStone Action", - "version": "2.1.0", - "actionVer": "v2.1", + "version": "2.2.0", + "actionVer": "v2.2", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/milestone-action",