Skip to content

Commit

Permalink
Get rid of TODO and replace with note
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed May 11, 2021
1 parent 500e983 commit 23b8cea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/finishReleaseCycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
WORKFLOW: createNewVersion.yml
INPUTS: '{ "SEMVER_LEVEL": "BUILD" }'

# TODO: only need to create this tag because of how the GitUtils work
# Note: we need to create this tag but not push it, because of how GitUtils.getPullRequestsMergedBetween works
- name: Tag version
run: git tag ${{ steps.bumpVersion.outputs.NEW_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockDeploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
WORKFLOW: createNewVersion.yml
INPUTS: '{ "SEMVER_LEVEL": "PATCH" }'

# TODO: only need to create this tag because of how the GitUtils work
# Note: we need to create this tag but not push it, because of how GitUtils.getPullRequestsMergedBetween works
- name: Tag version
run: git tag ${{ steps.bumpVersion.outputs.NEW_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
WORKFLOW: createNewVersion.yml
INPUTS: '{ "SEMVER_LEVEL": "BUILD" }'

# TODO: only need to create this tag because of how the GitUtils work
# Note: we need to create this tag but not push it, because of how GitUtils.getPullRequestsMergedBetween works
- name: Tag version
run: git tag ${{ steps.bumpVersion.outputs.NEW_VERSION }}

Expand Down

0 comments on commit 23b8cea

Please sign in to comment.