Skip to content

Commit

Permalink
add Stemcell Lock info to commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jul 3, 2023
1 parent a33376f commit 6081ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TILE_AUTHOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ kiln cache-compiled-releases --upload-target-id=my_compiled_release_bucket --nam

# Commit and push the changes to Kilnfile.lock
git add -p Kilnfile.lock
git commit -m 'compile BOSH Releases'
git commit -m "compile BOSH Releases with $(yq '.stemcell_criteria.os' Kilnfile.lock)/$(yq '.stemcell_criteria.version' Kilnfile.lock)"
git push origin HEAD
```

Expand Down

0 comments on commit 6081ff6

Please sign in to comment.