diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-28 17:21:16 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-08-28 17:21:16 -0700 |
commit | 6682f8d75d4bf121ce2326c541960b1908d86013 (patch) | |
tree | 692b9876cb56d14d2a37b2eef56137a2d0ea09c2 /doc | |
parent | 3069826d1aea24be9d1c7ba65fa199d5530a8123 (diff) | |
download | gitlab-ce-6682f8d75d4bf121ce2326c541960b1908d86013.tar.gz |
add missing config files to check during release process
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/monthly.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md index 2e19fc50890..2c26a90589d 100644 --- a/doc/release/monthly.md +++ b/doc/release/monthly.md @@ -107,11 +107,13 @@ List any major changes here, so the user is aware of them before starting to upg Check if any of these changed since last release: - <https://gitlab.com/gitlab-org/gitlab-ce/commits/master/lib/support/nginx/gitlab> +- <https://gitlab.com/gitlab-org/gitlab-ce/commits/master/lib/support/nginx/gitlab-ssl> - <https://gitlab.com/gitlab-org/gitlab-shell/commits/master/config.yml.example> - <https://gitlab.com/gitlab-org/gitlab-ce/commits/master/config/gitlab.yml.example> - <https://gitlab.com/gitlab-org/gitlab-ce/commits/master/config/unicorn.rb.example> - <https://gitlab.com/gitlab-org/gitlab-ce/commits/master/config/database.yml.mysql> - <https://gitlab.com/gitlab-org/gitlab-ce/commits/master/config/database.yml.postgresql> +- <https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/initializers/rack_attack.rb.example> #### 8. Need to update init script? |