Skip to content

Commit 4d138a2

Browse files
reid-spencerclaude
andcommitted
Document post-build copyright header fix in ship skill
The sbt-ossuminc copyright formatter may update stale headers during `sbt clean`. Added guidance to step 13 to commit these changes before merging back to development. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 151ad98 commit 4d138a2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.claude/skills/ship/SKILL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@ not provided:
106106
```
107107
108108
13. Run `git status` to confirm the working tree is clean.
109+
**Known issue:** The `sbt clean` step in the build may
110+
trigger sbt-ossuminc's copyright header formatter, which
111+
updates files that still have stale headers (e.g.,
112+
`"Ossum, Inc."` → `"Ossum Inc."`). If `git status` shows
113+
modified files that are only copyright header changes:
114+
- Commit them: `git add -u && git commit -m "Fix copyright headers"`
115+
- Push: `git push origin main`
116+
These changes are harmless formatting fixes and should be
117+
committed before merging back to `development`.
109118
110119
14. Switch back to `development` and merge the tag forward:
111120
```

0 commit comments

Comments
 (0)