Skip to content

Commit

Permalink
more tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhitby committed Sep 25, 2024
1 parent 844d06c commit 0be783b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 53 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

5 changes: 0 additions & 5 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ updates:
directory: "/"
schedule:
interval: "daily"
# TODO: Dependabot only updates hashicorp GHAs in the template repository, the following lines can be removed for consumers of this template
allow:
- dependency-name: "hashicorp/*"
21 changes: 0 additions & 21 deletions .github/workflows/issue-comment-triage.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/lock.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ $ terraform init && terraform plan
To publish a new release, create a git tag in the semver format `vx.y.z`. The workflow will run which creates a github release and updates the terraform registry.

```shell
git tag -a v0.0.2 -m "message"
git push --tags
$ git tag -a v0.0.2 -m "message"
$ git push --tags
```

0 comments on commit 0be783b

Please sign in to comment.