Commit 73d42cb5 authored by Alessio Caiazza's avatar Alessio Caiazza

Merge branch 'add-missing-changelog-entry' into 'master'

Add a missing CHANGELOG entry

See merge request gitlab-org/gitlab-workhorse!481
parents c961c60b 5a042d0e
......@@ -9,6 +9,7 @@ v 8.29.0
v 8.28.0
- Reject parameters that override upload fields
- PyPi - Object storage upload route for package files !474
v 8.27.0
......
......@@ -24,6 +24,7 @@ maintainers. The release process is:
versions (x.y.1, x.y.2 etc.) , use `x-y-stable`. Also see [below](#versioning)
- create a merge request to update CHANGELOG and VERSION on the
release branch
- You can use `git log --first-parent <last-version>..master` to see the list of changes
- merge the merge request
- run `make tag` or `make signed_tag` on the release branch. This will
make a tag matching the VERSION file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment