Skip to content

Latest commit

 

History

History
190 lines (146 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

190 lines (146 loc) · 12.9 KB

Changelog

v1.4.1 - 2024-09-09

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

v1.4.0 - 2024-08-11

v1.3.0 - 2024-05-15

v1.2.0 - 2023-12-31

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

v1.1.4 - 2023-10-31

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

v1.1.3 - 2023-10-18

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

v1.1.2 - 2023-01-20

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

v1.1.1 - 2023-01-18

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

v1.1.0 - 2023-01-15

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

v1.0.8 - 2022-12-17

v1.0.7 - 2022-10-15

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

v1.0.6 - 2022-10-09

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

v1.0.5 - 2022-10-09

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

v1.0.4 - 2022-10-07

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

v1.0.3 - 2022-10-02

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

v1.0.2 - 2022-09-29

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

v1.0.1 - 2022-09-25

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

v1.0.0 - 2022-09-23

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

v0.3.5 - 2022-09-22

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

v0.3.4 - 2022-09-18

  • fix retrievingVersionFromFile by @Songmu in Songmu#108

v0.3.3 - 2022-09-17

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

v0.3.2 - 2022-09-17

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

v0.3.1 - 2022-09-17

v0.3.0 - 2022-09-17

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

v0.2.0 - 2022-09-06

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

v0.1.3 - 2022-09-05

v0.1.2 - 2022-09-05

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

v0.1.1 - 2022-09-04

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

v0.1.0 - 2022-09-03

v0.0.15 - 2022-08-31

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

v0.0.14 - 2022-08-28

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

v0.0.13 - 2022-08-28

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

v0.0.12 - 2022-08-27

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

v0.0.11 - 2022-08-21

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

v0.0.10 - 2022-08-20

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

v0.0.9 - 2022-08-20

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

v0.0.8 - 2022-08-18

  • refine version file detection by @Songmu in Songmu#39

v0.0.7 - 2022-08-18

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

v0.0.6 - 2022-08-18

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

v0.0.5 - 2022-08-17

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

v0.0.4 - 2022-08-17

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

v0.0.3 - 2022-08-17

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

v0.0.2 - 2022-08-17

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

v0.0.1 - 2022-08-17

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