-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=1.7.0 | ||
VERSION=1.7.1 | ||
PATH_BUILD=build/ | ||
FILE_COMMAND=terragrunt-atlantis-config | ||
FILE_ARCH=darwin_amd64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ Then, make sure `terragrunt-atlantis-config` is present on your Atlantis server. | |
|
||
```hcl | ||
variable "terragrunt_atlantis_config_version" { | ||
default = "1.7.0" | ||
default = "1.7.1" | ||
} | ||
build { | ||
|
@@ -169,7 +169,7 @@ You can install this tool locally to checkout what kinds of config it will gener | |
Recommended: Install any version via go get: | ||
|
||
```bash | ||
cd && GO111MODULE=on go get github.com/transcend-io/[email protected].0 && cd - | ||
cd && GO111MODULE=on go get github.com/transcend-io/[email protected].1 && cd - | ||
``` | ||
|
||
This module officially supports golang versions v1.13, v1.14, v1.15, and v1.16, tested on CircleCI with each build | ||
|
@@ -194,9 +194,9 @@ Finally, check the log output (or your output file) for the YAML. | |
|
||
To test any changes you've made, run `make test`. | ||
|
||
Once all your changes are passing and your PR is reviewed, a merge into `master` will trigger a CircleCI job to build the new binary, test it, and deploy it's artifacts to an S3 bucket. | ||
Once all your changes are passing and your PR is reviewed, a merge into `master` will trigger a Github Actions job to build the new binary, test it, and deploy it's artifacts to Github Releases along with checksums. | ||
|
||
You can then open a PR on our homebrew tap similar to https://github.com/transcend-io/homebrew-tap/pull/4, and as soon as that merges your code will be released. | ||
You can then open a PR on our homebrew tap similar to https://github.com/transcend-io/homebrew-tap/pull/4, and as soon as that merges your code will be released. Homebrew is not updated for every release, as Github is the primary artifact store. | ||
|
||
## Stargazers over time | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters