Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e5976c2c
Commit
e5976c2c
authored
May 10, 2021
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix release part of feature flag rollout issue
parent
41f4823f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab/issue_templates/Feature Flag Roll Out.md
.gitlab/issue_templates/Feature Flag Roll Out.md
+2
-2
No files found.
.gitlab/issue_templates/Feature Flag Roll Out.md
View file @
e5976c2c
...
...
@@ -109,7 +109,7 @@ To do so, follow these steps:
If the merge request was deployed before
[
the code cutoff
](
https://about.gitlab.com/handbook/engineering/releases/#self-managed-releases-1
)
,
the feature can be officially announced in a release blog post.
-
[ ]
`/chatops run auto_deploy status <merge-commit>`
-
[
] Close [the feature issue
](
ISSUE
LINK) to indicate the feature
has been released
.
-
[
] Close [the feature issue
](
ISSUE
LINK) to indicate the feature
will be released in the current milestone
.
**WARNING:**
This approach has the downside that it makes it difficult for us to
[
clean up
](
https://docs.gitlab.com/ee/development/feature_flags/controls.html#cleaning-up
)
the flag.
...
...
@@ -134,7 +134,7 @@ codebase.
If the merge request was deployed before
[
the code cutoff
](
https://about.gitlab.com/handbook/engineering/releases/#self-managed-releases-1
)
,
the feature can be officially announced in a release blog post.
-
[ ]
`/chatops run auto_deploy status <merge-commit>`
-
[
] Close [the feature issue
](
ISSUE
LINK) to indicate the feature
has been released
.
-
[
] Close [the feature issue
](
ISSUE
LINK) to indicate the feature
will be released in the current milestone
.
-
[ ] Clean up the feature flag from all environments by running these chatops command in
`#production`
channel:
-
[ ]
`/chatops run feature delete <feature-flag-name> --dev`
-
[ ]
`/chatops run feature delete <feature-flag-name> --staging`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment