Skip to content

Commit

Permalink
add .github_changelog_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
takke committed Dec 15, 2018
1 parent 0859a7d commit 334126d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
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=### その他変更
12 changes: 0 additions & 12 deletions makeChangeLog.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ set ACCOUNTNAME=sakura-editor
set PROJECTNAME=sakura
set OUTFILENAME=CHANGELOG.md
set EXCLUDELABELS=duplicate,question,invalid,wontfix,CI,management,refactoring
set BUG_LABEL=### バグ修正
set ENHANCEMENT_LABEL=### 機能追加
set BREAKING_LABEL=### 仕様変更
set BREAKING_LABELS="specification change"
set PR_LABEL=### その他変更

@echo.
@echo INFO: APPVEYOR_REPO_NAME = %APPVEYOR_REPO_NAME%
Expand Down Expand Up @@ -46,14 +42,6 @@ if not defined CHANGELOG_GITHUB_TOKEN (
exit /b 1
)

REM
REM 日本語を含むパラメータを指定すると文字化けするのでファイル経由で渡す
REM
echo bugs-label=%BUG_LABEL% > .github_changelog_generator
echo enhancement-label=%ENHANCEMENT_LABEL% >> .github_changelog_generator
echo breaking-label=%BREAKING_LABEL% >> .github_changelog_generator
echo pr-label=%PR_LABEL% >> .github_changelog_generator

github_changelog_generator ^
-u %ACCOUNTNAME% ^
-p %PROJECTNAME% ^
Expand Down

0 comments on commit 334126d

Please sign in to comment.