-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to get things working similar to how they did in GitPitch.
- Loading branch information
Showing
2 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"gitpitch", | ||
"gitreleasemanager", | ||
"gitversion", | ||
"marp", | ||
"swetugg", | ||
"zoomit" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,47 @@ | ||
--- | ||
marp: true | ||
theme: gaia | ||
_class: lead | ||
backgroundColor: #fff | ||
backgroundImage: url('https://marp.app/assets/hero-background.svg') | ||
footer: @gep13 | ||
style: | | ||
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css' | ||
--- | ||
|
||
# Your slide deck | ||
# **Let's Ship This Thing!** | ||
|
||
Start writing! | ||
|
||
--- | ||
<!-- paginate: true --> | ||
<!-- class: lead --> | ||
# Slides | ||
|
||
# This is a test | ||
https://gep13.me/ShipItSlides | ||
|
||
Let's see how this PR preview thing works... | ||
<i class="fa fa-plus-square fa-2x" aria-hidden="true"></i> | ||
|
||
# Code | ||
|
||
https://gep13.me/ShipItCode | ||
|
||
--- | ||
# Agenda | ||
--- | ||
* What is Semantic Versioning? | ||
* What branching strategy should I use? | ||
* What is GitVersion? | ||
* Why do I need GitVersion? | ||
* What is GitReleaseManager? | ||
* Putting it all together... | ||
|
||
--- | ||
![bg left:33%](https://fakeimg.pl/800x600/000/fff/?text=Q) | ||
|
||
#### What is | ||
## Semantic Versioning<i class="fa fa-question" aria-hidden="true"></i> | ||
|
||
--- | ||
![bg left:33%](https://fakeimg.pl/800x600/add8e6/fff/?text=A) | ||
|
||
# Another slide | ||
#### <i class="fa fa-quote-left" aria-hidden="true"></i> ...simple set of rules and requirements that dictate how version numbers are assigned and incremented. These rules are based on, but not necessarily limited to, pre-existing widespread common practices in use in both closed and open-source software. |