Skip to content

Commit

Permalink
Merge pull request #13 from takke/add_spec_change
Browse files Browse the repository at this point in the history
「仕様変更」の抽出対応、および分類の日本語化
  • Loading branch information
takke authored Dec 15, 2018
2 parents d92280e + 334126d commit d6f1a12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bugs-label=### バグ修正
enhancement-label=### 機能追加
breaking-label=### 仕様変更
pr-label=### その他変更
2 changes: 1 addition & 1 deletion installChangeLog.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ setlocal

call %~dp0env-set.bat

gem install github_changelog_generator
gem install github_changelog_generator --version 1.15.0.pre.beta
endlocal
6 changes: 6 additions & 0 deletions makeChangeLog.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ setlocal

call %~dp0env-set.bat

REM 日本語を扱えるように内部エンコーディングを UTF-8 にする
set RUBYOPT=-EUTF-8:UTF-8

set ACCOUNTNAME=sakura-editor
set PROJECTNAME=sakura
set OUTFILENAME=CHANGELOG.md
set EXCLUDELABELS=duplicate,question,invalid,wontfix,CI,management,refactoring
set BREAKING_LABELS="specification change"

@echo.
@echo INFO: APPVEYOR_REPO_NAME = %APPVEYOR_REPO_NAME%
Expand Down Expand Up @@ -43,6 +47,8 @@ github_changelog_generator ^
-p %PROJECTNAME% ^
-o %OUTFILENAME% ^
--exclude-labels %EXCLUDELABELS% ^
--breaking-labels %BREAKING_LABELS% ^
--cache-file %TEMP%\github-changelog-http-cache ^
--cache-log %TEMP%\github-changelog-logger.log

endlocal

0 comments on commit d6f1a12

Please sign in to comment.