Skip to content

Releases: hustcer/milestone-action

v2.6

03 Jan 00:33
Compare
Choose a tag to compare

[2.6.0] - 2025-01-03

Bug Fixes

  • Fix add milestone to issues that closed by auto-merge PRs (#110)

Deps

  • Upgrade Nu to v0.101 (#108)

Full Changelog: v2.5...v2.6

v2.5

16 Nov 08:58
Compare
Choose a tag to compare

[2.5.0] - 2024-11-16

Bug Fixes

  • Fix delete milestone

Features

  • Sleep 3sec for issue's milestone query (#97)
  • Add delete milestone by title or number support (#98)
  • Add CI workflow to create, close and delete a milestone (#100)

Miscellaneous Tasks

  • Add cspell spelling check hook for lefthook (#103)
  • Update Nushell to v0.100 (#106)

Full Changelog: v2.3...v2.5

v2.3

27 Oct 01:07
Compare
Choose a tag to compare

[2.3.0] - 2024-10-27

Features

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

Full Changelog: v2.2...v2.3

v2.2

26 Oct 12:47
Compare
Choose a tag to compare

[2.2.0] - 2024-10-26

Bug Fixes

  • Don't set milestone if it's already been set with the right milestone (#82)
  • Try to fix permission error by setting pull-requests: write

Features

  • Add output milestone number support for creating milestone (#87)
  • Output closed milestone number (#89)

v2.1

25 Oct 07:40
Compare
Choose a tag to compare

[2.1.0] - 2024-10-25

Bug Fixes

  • Do not add invalid milestone to closed issues (#75)
  • Fix milestone query for closed issue (#76)
  • Fix milestone binding for closes issues when No close PR found (#78)
  • Sleep 2sec for milestone query of closed issues (#80)

Documentation

  • Update README.md for action Inputs (#56)
  • Add FAQ (#60)
  • Add README.zh-CN.md (#61)

Features

  • Try to query issue closed by PR with graphql
  • Use Github graphql API to query issue closer (#73)

Miscellaneous Tasks

  • Update action description

Deps

  • Upgrade Nushell to v0.99 (#65)

Full Changelog: v2.0...v2.1

v2.0

20 Oct 03:17
Compare
Choose a tag to compare

[2.0.0] - 2024-10-20

Features

  • Create milestone by title, description and due date
  • Close milestone by title or milestone number
  • Add milestone to closed issues that have a merged PR fix automatically
  • Add --dry-run for bind milestone to pr and issue support

v1.0

17 Oct 08:43
Compare
Choose a tag to compare
v1.0 Pre-release
Pre-release

[1.0.0] - 2024-10-17

Features

  • Add milestone to merged PRs automatically
  • Ignore closed PR that has not been merged (#30)
  • Check previous milestone for --force flag, close #27 (#33)