diff --git a/chapter_18_second_deploy.asciidoc b/chapter_18_second_deploy.asciidoc index 02c7db6b..d3599ccb 100644 --- a/chapter_18_second_deploy.asciidoc +++ b/chapter_18_second_deploy.asciidoc @@ -191,6 +191,8 @@ NOTE: Some people don't like to use `push -f` and update an existing tag, and will instead use some kind of version number to tag their releases. Use whatever works for you. +// JAN: I'd advise against using the -f option. If something goes south with the release, it's hard to return to the previous state. I'd suggest simply creating a new tag. Structure that works nicely is ---. For example, goat-book-2024-12-20_10_12_13-86fd578r-new-feature-a-added. If there's any issue, it's easy to check out the latest working tag and redeploy. + And on that note, we can wrap up <>, and move on to the more exciting topics that comprise <>. Can't wait!