Skip to content

Commit

Permalink
Bump v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 26, 2024
1 parent 5eb3762 commit f6c0c19
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions meta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f6c0c19

Please sign in to comment.