-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from bastelfreak/changelog
prepare 1.0.0 release
- Loading branch information
Showing
7 changed files
with
318 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
- [License](#license) | ||
- [Docker tricks](#docker-tricks) | ||
- [Sponsor](#sponsor) | ||
- [Prepare a release](#prepare-a-release) | ||
|
||
## Purpose | ||
|
||
|
@@ -475,3 +476,14 @@ provide us with free cloud instances to host the application. | |
|
||
Are you interested as well in sponsoring parts of the Vox Pupuli organisation? | ||
Get in touch with the [Project Management Committee](mailto:[email protected]). | ||
|
||
## Prepare a release | ||
|
||
We use the [GitHub changelog generator](https://github.com/github-changelog-generator/github-changelog-generator#github-changelog-generator-) | ||
to generate our `CHANGELOG.md`. To prepare a new release, write the desired | ||
version into our `Rakefile`. Afterwards export a GitHub API token as | ||
`CHANGELOG_GITHUB_TOKEN` environment variable. Now you can generate the | ||
changelog with `bundle exec rake changelog`. Propose that as a pull request. | ||
|
||
If it gets approved and merged, you can create a git tag and push it. Our CI | ||
platform will take care of pushing a matching docker image. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters