Skip to content

Latest commit

 

History

History
194 lines (149 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

194 lines (149 loc) · 13.2 KB

Changelog

v1.4.2 - 2024-09-21

  • Update README. by @monochromegane in #181
  • Retry when "Secondary rate limit" error occurs in GitHub API by @snaka in #183

v1.4.1 - 2024-09-09

  • use static option to build tagpr binaries by @vvakame in #179

v1.4.0 - 2024-08-11

  • fix typo by @mocyuto in #175
  • fix: Unstable search issue behavior by @snaka in #178

v1.3.0 - 2024-05-15

  • fix: Typo in README by @tgeorg-ethz in #172
  • Add showGHError() by @fujiwara in #173

v1.2.0 - 2023-12-31

  • update: added configuration of Github Enteprise by @ponkio-o in #162
  • Refer to the next version with command by @k2tzumi in #165
  • update deps by @Songmu in #166

v1.1.4 - 2023-10-31

  • Fix latest semver tag retrieval for first time setup by @stefafafan in #160

v1.1.3 - 2023-10-18

  • Fix syntax errors on docs. by @kyo-ago in #150
  • Use the official actions/create-github-app-token Action instead of tibdex/github-app-token by @stefafafan in #158
  • Consider vPrefix when retrieving the latest semver tag. by @k1LoW in #159

v1.1.2 - 2023-01-20

  • fix: Bug fixes related to #144 by @toritori0318 in #148

v1.1.1 - 2023-01-18

  • fix: skip version file detection by @toritori0318 in #145

v1.1.0 - 2023-01-15

  • Fixing typo in config's tagpr.tmplate by @k2tzumi in #140
  • feat: Alternative labels for minor and major labels can be specified by @k2tzumi in #142
  • update deps by @Songmu in #143

v1.0.8 - 2022-12-17

  • Fix a typo by @T-Toshiya in #137

v1.0.7 - 2022-10-15

  • SetOutput in GitHub Actions with new way by @Songmu in #134

v1.0.6 - 2022-10-09

  • [bugfix] Care the case if you do not use a version file by @Songmu in #131

v1.0.5 - 2022-10-09

  • don't update versionFile configuration if .tagpr file already exists by @Songmu in #127

v1.0.4 - 2022-10-07

  • SearchIssues related testing and refactoring by @k2tzumi in #121
  • Add manifest.json as a priority item in the version file search. by @Songmu in #126

v1.0.3 - 2022-10-02

  • [fix] reset query variable after requesting while fetching squashed issues by @Songmu in #122

v1.0.2 - 2022-09-29

  • Correction of version number detection over 2 digits by @Songmu in #119

v1.0.1 - 2022-09-25

  • declare outputs properly in action.yml by @Songmu in #116

v1.0.0 - 2022-09-23

  • ready for v1 by @Songmu in #112
  • add Versioning Rules section into README.md by @Songmu in #114

v0.3.5 - 2022-09-22

  • introduce tibdex/github-app-token by @Songmu in #110

v0.3.4 - 2022-09-18

  • fix retrievingVersionFromFile by @Songmu in #108

v0.3.3 - 2022-09-17

  • use install.sh in action.yml by @Songmu in #106

v0.3.2 - 2022-09-17

  • add vN tag after uploading artifacts by @Songmu in #103
  • update dependencies by @Songmu in #105

v0.3.1 - 2022-09-17

  • update docs by @Songmu in #99
  • adjust label convention by @Songmu in #101
  • fix label convention by @Songmu in #102

v0.3.0 - 2022-09-17

  • add convention labels from labels of existing pull requests by @Songmu in #93
  • refine around type config by @Songmu in #94
  • add tagpr.release setting to adjust creating GitHub Release behavior by @Songmu in #95
  • true/false/draft for tapgr.release config by @Songmu in #96
  • GitHub Actions friendly outputs by @Songmu in #97

v0.2.0 - 2022-09-06

  • feat: Add flag to turn on or off creating/modifying CHANGELOG.md by @siketyan in #86

v0.1.3 - 2022-09-05

  • Fix a typo by @nghialv in #84

v0.1.2 - 2022-09-05

  • strict commit detection logic for tagging targets, just in case by @Songmu in #82

v0.1.1 - 2022-09-04

  • adjust internal interfaces of commander by @Songmu in #79
  • fix version file detection in perl by @Songmu in #81

v0.1.0 - 2022-09-03

  • update dependency by @Songmu in #76
  • update README.md by @Songmu in #78

v0.0.15 - 2022-08-31

  • enhance docs by @Songmu in #72
  • adjust template args by @Songmu in #74
  • introduce github.com/Songmu/gh2changelog by @Songmu in #75

v0.0.14 - 2022-08-28

  • fix version file detection in releasing by @Songmu in #70

v0.0.13 - 2022-08-28

  • add actions.yml to support GitHub Actions by @Songmu in #63
  • support to specify multiple version files by comma separated string in conf by @Songmu in #65
  • adjust bumping version file behavior by @Songmu in #66
  • remove generated comment in CHANGELOG.md by @Songmu in #67
  • rename tool name to tagpr from rcpr by @Songmu in #68

v0.0.12 - 2022-08-27

  • adjust default pull request body by @Songmu in #52
  • fix remote name detection by @Songmu in #54
  • change rc branch naming by @Songmu in #55
  • separate out tagging function by @Songmu in #57
  • add convention label variations by @Songmu in #58
  • define semv.GuessNext to clarify access scope by @Songmu in #59
  • add .github/release.yml automatically when it doesn't exist by @Songmu in #60
  • specify a command to change files just before release by config by @Songmu in #61
  • configurable pull request template by @Songmu in #62

v0.0.11 - 2022-08-21

  • fix config key to tagpr.vPrefix from tagpr.v-prefix by @Songmu in #50
  • reload version file after cherry-picking process by @Songmu in #51

v0.0.10 - 2022-08-20

  • config tagpr.v-prefix by @Songmu in #45

v0.0.9 - 2022-08-20

  • implement configuration file by @Songmu in #41
  • skip version file detection with document files by @Songmu in #43

v0.0.8 - 2022-08-18

  • refine version file detection by @Songmu in #39

v0.0.7 - 2022-08-18

  • fix process around date when updating changelog by @Songmu in #37

v0.0.6 - 2022-08-18

  • create as many changelogs as possible if missing by @Songmu in #35

v0.0.5 - 2022-08-17

  • use fi.Mode().IsRegular() by @Songmu in #32
  • implement updating CHANGELOG.md process by @Songmu in #34

v0.0.4 - 2022-08-17

  • create a normal release instead of a draft when tagging by @Songmu in #30

v0.0.3 - 2022-08-17

  • use personal access token in tagpr by @Songmu in #28
  • introduce softprops/aciton-gh-release by @Songmu in #29

v0.0.2 - 2022-08-17

  • guess the next version from the label name convention by @Songmu in #20
  • unshallow in initialize by @Songmu in #22
  • retrieve next version after pushing changes into rc branch by @Songmu in #24
  • introduce semv struct for representing semver by @Songmu in #25
  • create a draft release at the same time it tags by @Songmu in #26

v0.0.1 - 2022-08-17

  • add github.go for github client by @Songmu in #1
  • create rc pull request when the default branch proceeded by @Songmu in #2
  • dogfooding by @Songmu in #3
  • set label to the pull request by @Songmu in #5
  • change rc branch naming convention by @Songmu in #6
  • adjust auto commit message by @Songmu in #8
  • apply the commits added on the RC branch with cherry-pick by @Songmu in #9
  • unshallow if a shallow repository by @Songmu in #10
  • fix git log by @Songmu in #11
  • parse git URL more precise by @Songmu in #12
  • fix parseGitURL by @Songmu in #13
  • refactor git.go by @Songmu in #14
  • set user.email and user.name only if they aren't set by @Songmu in #15
  • fix api base handling by @Songmu in #16
  • take care of v-prefix or not in tags by @Songmu in #17
  • Detect version file and update by @Songmu in #18
  • tagging semver to merged tagpr by @Songmu in #19