Skip to content

Commit

Permalink
chore: fix remaining references to old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aliscott committed May 24, 2022
1 parent b5ba048 commit 6bdd3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
version: ["<0.9.11", "0.9.12", "0.9.x", "latest"]
version: ["<0.9.11", "0.9.12", "0.10.x", "latest"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ npm run examples:update_golden
One of the Infracost team members should follow these steps to release this repo:
1. `git checkout master && git pull origin master`
2. `git tag vX.Y.Z && git push origin vX.Y.Z` (following semantic versioning)
3. `git tag -f v1 && git push origin v1 -f` (assuming the new release is backward compatible with v1)
4. Confirm that the [repo tags](https://github.com/infracost/actions/tags) show matching git SHAs for vX.Y.X and v1.
3. `git tag -f v2 && git push origin v2 -f` (assuming the new release is backward compatible with v1)
4. Confirm that the [repo tags](https://github.com/infracost/actions/tags) show matching git SHAs for vX.Y.X and v2.
5. Create a release for v.X.Y.Z and publish it in the [GitHub Marketplace](https://github.com/marketplace/actions/infracost-actions).

0 comments on commit 6bdd3cb

Please sign in to comment.