Skip to content

Commit

Permalink
Bump to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 27, 2024
1 parent 26dfdd5 commit 8068c71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.3.0] - 2024-10-27

### Features

- Don't update the milestone if it was set and call without the `--force` option (#92)

## [2.2.0] - 2024-10-26

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions meta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "MileStone Action",
"version": "2.2.0",
"actionVer": "v2.2",
"version": "2.3.0",
"actionVer": "v2.3",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/milestone-action",
"home": "https://github.com/marketplace/actions/milestone-action",
"description": "A github action to set a milestone to a merged pull request."
"description": "A Github action to create, close milestones and set milestone to merged PRs or closed issues."
}

0 comments on commit 8068c71

Please sign in to comment.