Skip to content

Commit

Permalink
Misc doc (versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 9, 2023
1 parent 4ad0915 commit f4a6f55
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-git-release-production.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Summary:
# Automatically tag and release when changes land on the "main" branch.
#
# See https://github.com/PaulHatch/semantic-version https://github.com/PaulHatch/semantic-version/tree/v3.2
# See https://github.com/marvinpinto/action-automatic-releases https://github.com/marvinpinto/action-automatic-releases/tree/v1.1.0
# See https://github.com/PaulHatch/semantic-version https://github.com/PaulHatch/semantic-version/tree/v5.0.2
# See https://github.com/softprops/action-gh-release https://github.com/softprops/action-gh-release/tree/v1

name: 'Auto release'
on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-git-release-staging.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Summary:
# Automatically tag and release when changes land on the "main" branch.
#
# See https://github.com/PaulHatch/semantic-version https://github.com/PaulHatch/semantic-version/tree/v3.2
# See https://github.com/marvinpinto/action-automatic-releases https://github.com/marvinpinto/action-automatic-releases/tree/v1.1.0
# See https://github.com/PaulHatch/semantic-version https://github.com/PaulHatch/semantic-version/tree/v5.0.2
# See https://github.com/softprops/action-gh-release https://github.com/softprops/action-gh-release/tree/v1

name: 'Auto release (release candidate)'
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This way, consumers can use @v1 and the @v1 is a tag that is automatically updated when you release a new v1 minor/patch version.
# Note that if you release a "pre-release", it won't automatically update the "latest" tag, nor the MAJOR tag.
#
# See https://github.com/Actions-R-Us/actions-tagger https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.0.1
# See https://github.com/Actions-R-Us/actions-tagger https://github.com/Actions-R-Us/actions-tagger/releases/tag/v2.0.3

name: 'Auto-tag upon release'
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Test if the GitHub Action builds correctly.
# Makes sure the GitHub Action builds when being built by GitHub Actions.
#
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v2
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v3

name: 'GitHub Action build test'
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Makes sure the GitHub Action works properly when running on a clean machine, without building anything (integration test).
# This integration test will break if the Vercel project or deployment are deleted, or if the VERCEl_TOKEN doesn't have access to the deployment url.
#
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v2
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v3

name: 'GitHub Action integration test'
on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-codeclimate-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Summary:
# Run Unit and coverage tests, then upload it to Code Climate dashboard
#
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v1
# See https://github.com/paambaati/codeclimate-action https://github.com/paambaati/codeclimate-action/tree/v2.7.5
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v3
# See https://github.com/paambaati/codeclimate-action https://github.com/paambaati/codeclimate-action/tree/v3.2.0

name: Update Code Climate test coverage

Expand Down

0 comments on commit f4a6f55

Please sign in to comment.