@@ -1330,14 +1330,14 @@ time, and the `migrate` seems to have worked too.
1330
1330
1331
1331
1332
1332
1333
- Git Tag the Release
1334
- ~~~~~~~~~~~~~~~~~~~
1333
+ === Git Tag the Release
1335
1334
1336
1335
1337
- ((("Git", "tagging releases")))One
1338
- final bit of admin. In order to preserve a historical marker,
1339
- we'll use Git tags to mark the state of the codebase that reflects
1340
- what's currently live on the server:
1336
+ ((("Git", "tagging releases")))
1337
+ One final bit of admin.
1338
+ In order to preserve a historical marker,
1339
+ we'll use Git tags to mark the state of the codebase
1340
+ that reflects what's currently live on the server:
1341
1341
1342
1342
[role="skipme"]
1343
1343
[subs="specialcharacters,quotes"]
@@ -1349,10 +1349,11 @@ $ *git tag $TAG*
1349
1349
$ *git push origin LIVE $TAG* # pushes the tags up
1350
1350
----
1351
1351
1352
- Now it's easy, at any time, to check what the difference is between
1353
- our current codebase and what's live on the servers. This will come
1354
- in useful in a few chapters, when we look at database migrations. Have
1355
- a look at the tag in the history:
1352
+ Now it's easy, at any time, to check what the difference is
1353
+ between our current codebase and what's live on the servers.
1354
+ This will come in useful in a few chapters,
1355
+ when we look at database migrations.
1356
+ Have a look at the tag in the history:
1356
1357
1357
1358
[subs="specialcharacters,quotes"]
1358
1359
----
@@ -1365,7 +1366,10 @@ $ *git log --graph --oneline --decorate*
1365
1366
// RITA: Perhaps add the note about the reader emailing you when their site goes live to this point. "Tell your mum! Tell me! Email me at....""
1366
1367
You now have a live website! Tell all your friends!
1367
1368
Tell your mum, if no one else is interested!
1368
- And, in the next chapter, it's back to coding again.((("", startref="Fstage11")))
1369
+ Or, tell me! I'm always delighted to see a new reader's site!
1370
+
1371
+
1372
+ In the next chapter, it's back to coding again.((("", startref="Fstage11")))
1369
1373
1370
1374
// DAVID: maybe more of a conclusion here? It's quite a heavy chapter,
1371
1375
// a bit of an anticlimax to stop here. I want some inspiring note to end on.
0 commit comments