Skip to main content

Add a snippet for ‘Updates #cleanup’

ID
c24567e
date
2026-05-08 12:25:03+00:00
author
Alex Chan <alexc@tailscale.com>
parent
ef22e59
message
Add a snippet for 'Updates #cleanup'
changed files
1 file, 2 additions

Changed files

create_snippets.py (8508) → create_snippets.py (8594)

diff --git a/create_snippets.py b/create_snippets.py
index 909c1d6..7902c7f 100755
--- a/create_snippets.py
+++ b/create_snippets.py
@@ -250,6 +250,8 @@ SNIPPETS = {
     # Git trailer
     # See https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
     ";co": "Co-authored-by:",
+    
+    ";sc": "Updates #cleanup\n\nSigned-off-by: Alex Chan <alexc@tailscale.com>",
 
     # ===================================
     # Python-related programming snippets