Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-22Let's start labeling our CHANGELOG entriesJacopo
Added the type attribute to a CHANGELOG entry. When you create a new entry the software asks for the category of the change and sets the associated type in the file.
2016-12-09Remove trailing whitespace when generating changelog entryAdam Niedzielski
2016-12-02Simplify `branch_name` in bin/changelogRobert Speicher
The `--short` option has existed since at least 1.8.1: https://git-scm.com/docs/git-symbolic-ref/1.8.1
2016-11-03Update help banner for bin/changelogRobert Speicher
[ci skip]
2016-11-03Add a `--force` option to bin/changelogRobert Speicher
2016-10-31Add specs for ChangelogOptionParser in bin/changelogRobert Speicher
2016-10-31Add a bin/changelog scriptRobert Speicher