Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 031ac1e

Browse filesBrowse files
committed
Print Issue and Pull Requests Body
Changelog docker file updated to use a fork with the pull request „Optionally Print Issue and Pull Requests Body“ (github-changelog-generator/github-changelog-generator#616) which is not yet merged in the original repo.
1 parent 9c49b2a commit 031ac1e
Copy full SHA for 031ac1e

File tree

Expand file treeCollapse file tree

2 files changed

+8
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-2
lines changed

‎contrib/kubernikus-changelog-builder/.github_changelog_generator

Copy file name to clipboardExpand all lines: contrib/kubernikus-changelog-builder/.github_changelog_generator
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ project=kubernikus
22
user=sapcc
33
exclude_tags_regex=v1.0.0+.+
44
output=/host/CHANGELOG.md
5+
issue_line_body=true

‎contrib/kubernikus-changelog-builder/Dockerfile

Copy file name to clipboardExpand all lines: contrib/kubernikus-changelog-builder/Dockerfile
+7-2Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ FROM alpine:3.6
22

33
ENV GITHUB_CHANGELOG_GENERATOR_VERSION "1.14.3"
44

5-
RUN apk --no-cache add ruby ruby-json libstdc++ tzdata bash ca-certificates
5+
RUN apk --no-cache add ruby ruby-json libstdc++ tzdata bash ca-certificates
66
RUN echo 'gem: --no-document' > /etc/gemrc
7-
RUN gem install github_changelog_generator --version $GITHUB_CHANGELOG_GENERATOR_VERSION
7+
RUN git clone https://github.com/ArtieReus/github-changelog-generator.git -b include_body_issue
8+
WORKDIR /github-changelog-generator
9+
RUN gem build github_changelog_generator.gemspec
10+
RUN gem install github_changelog_generator-1.15.0.pre.rc.gem
11+
WORKDIR /
12+
# RUN gem install github_changelog_generator --version $GITHUB_CHANGELOG_GENERATOR_VERSION
813

914
COPY .github_changelog_generator /
1015

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.