Skip to content

Commit

Permalink
Fixed readme and added major release tagger (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdmytriv authored May 13, 2023
1 parent 922691a commit b3349c9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ jobs:
committer_name: GitHub Action
# https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
message: "chore: [skip-ci] format code and generate build artifacts"
major-release-tagger:
runs-on: ubuntu-latest
steps:
- uses: cloudposse/github-action-major-release-tagger@v1
with:
dry-run: 'true'
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release

on:
release:
types:
- published

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: cloudposse/github-action-major-release-tagger@v1
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ steps:
- uses: hashicorp/setup-terraform@v2

- name: Setup atmos
uses: cloudposse/setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v1
````

To install a specific version of atmos, set the `version` input:
Expand All @@ -86,7 +86,7 @@ steps:
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v1
with:
version: 0.15.0
````
Expand All @@ -98,7 +98,7 @@ steps:
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v1
with:
install-wrapper: false
````
Expand All @@ -111,7 +111,7 @@ steps:
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v1
with:
install-wrapper: true
Expand Down Expand Up @@ -242,7 +242,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.

## Copyright

Copyright © 2017-2022 [Cloud Posse, LLC](https://cpco.io/copyright)
Copyright © 2017-2023 [Cloud Posse, LLC](https://cpco.io/copyright)



Expand Down
8 changes: 4 additions & 4 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ usage: |-
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v1
````
To install a specific version of atmos, set the `version` input:
Expand All @@ -65,7 +65,7 @@ usage: |-
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v1
with:
version: 0.15.0
````
Expand All @@ -77,7 +77,7 @@ usage: |-
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v1
with:
install-wrapper: false
````
Expand All @@ -90,7 +90,7 @@ usage: |-
- uses: hashicorp/setup-terraform@v2
- name: Setup atmos
uses: cloudposse/setup-atmos@v1
uses: cloudposse/github-action-setup-atmos@v1
with:
install-wrapper: true
Expand Down

0 comments on commit b3349c9

Please sign in to comment.