JavaScript walk through update (#107)

* update walkthrough

* review feedback
This commit is contained in:
Bryan MacFarlane
2019-09-04 17:30:45 -04:00
committed by GitHub
parent 2a1b7d5c7e
commit 020f7034f4
5 changed files with 41 additions and 32 deletions

View File

@@ -41,3 +41,9 @@ git push origin v1
5. **Compatibility Breaks**: introduce a new major version branch (releases/v2) and tag (v2) if changes will break existing workflows. For example, changing inputs.
See [Git-Basics-Tagging](https://git-scm.com/book/en/v2/Git-Basics-Tagging)
# Sample Workflow
This illustrates one possible versioning workflow which the walk through covered.
![versioning](assets/action-releases.png)