Skip to content

Commit

Permalink
Add notes to release.yml (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Avery <[email protected]>
  • Loading branch information
big-andy-coates and bluemonk3y authored Jun 28, 2023
1 parent cf8a20b commit a2764e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# A Workflow for triggering a new release.
#
# Releasing is a two stage process.
# 1. Running this workflow will check the build is green and then push a release tag to the repo, e.g. v1.2.3
# 2. Pushing the release tag (e.g. v1.2.3) will trigger the main CI build.yml.
# This main build has conditional steps that only run, or only don't run, when building a release build, i.e. a build triggered when a release tag is pushed.

name: Release

Expand Down

0 comments on commit a2764e1

Please sign in to comment.