Skip to content

Commit 03eeaef

Browse files
authored
Merge branch 'main' into fix/typos
2 parents 36a9282 + 76bd330 commit 03eeaef

18 files changed

Lines changed: 36 additions & 500 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

cmd/pick-instance-type/main.go

Lines changed: 0 additions & 85 deletions
This file was deleted.

cmd/terratest_log_parser/main.go

Lines changed: 0 additions & 142 deletions
This file was deleted.

docs/_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ description: >- # this means to ignore newlines until "baseurl:"
2929
baseurl: "" # the subpath of your site, e.g. /blog
3030
full_company_name: "Gruntwork, Inc"
3131
thumbnail_path: "/assets/img/terratest-thumbnail.png"
32+
# The Git ref (tag) that documentation examples and "View on GitHub" links point at.
33+
# Keep this on the latest GA release so users copy stable, released code rather than
34+
# whatever is currently on `main`. Update this and github_api_url below on each GA release.
35+
stable_ref: v1.0.1
3236
repository: "github.com/gruntwork-io/terratest"
3337
twitter_username: https://twitter.com/gruntwork_io
3438
github_username: https://github.com/gruntwork-io
3539

36-
github_api_url: https://raw.githubusercontent.com/gruntwork-io/terratest/main
40+
github_api_url: https://raw.githubusercontent.com/gruntwork-io/terratest/v1.0.1
3741

3842
# Build settings
3943
# theme: minima

0 commit comments

Comments
 (0)