File tree 5 files changed +12
-5
lines changed
examples/public-repository
5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.13.0]
11
+
12
+ ### Added
13
+
14
+ - Add GitHub Autolink References configuration block (thanks to @0x46616c6b )
15
+
10
16
## [ 0.12.0]
11
17
12
18
### BREAKING CHANGES
@@ -334,7 +340,8 @@ Please review plans and report regressions and issues asap so we can improve doc
334
340
- This is the initial release of our GitHub Repository module with support for
335
341
creating and managing GitHub Repositories for Organizations.
336
342
337
- [ unreleased ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.12.0...HEAD
343
+ [ unreleased ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.13.0...HEAD
344
+ [ 0.13.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.12.0...v0.13.0
338
345
[ 0.12.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.11.0...v0.12.0
339
346
[ 0.11.0 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.10.1...v0.11.0
340
347
[ 0.10.1 ] : https://github.com/mineiros-io/terraform-github-repository/compare/v0.10.0...v0.10.1
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Most basic usage creating a new private github repository.
83
83
``` hcl
84
84
module "repository" {
85
85
source = "mineiros-io/repository/github"
86
- version = "~> 0.11 .0"
86
+ version = "~> 0.13 .0"
87
87
88
88
name = "terraform-github-repository"
89
89
license_template = "apache-2.0"
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ section {
89
89
```hcl
90
90
module "repository" {
91
91
source = "mineiros-io/repository/github"
92
- version = "~> 0.11 .0"
92
+ version = "~> 0.13 .0"
93
93
94
94
name = "terraform-github-repository"
95
95
license_template = "apache-2.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ branch protection.
15
15
``` hcl
16
16
module "repository" {
17
17
source = "mineiros-io/repository/github"
18
- version = "~> 0.11 .0"
18
+ version = "~> 0.13 .0"
19
19
20
20
module_depends_on = [
21
21
github_team.team
Original file line number Diff line number Diff line change 7
7
8
8
module "repository" {
9
9
source = " mineiros-io/repository/github"
10
- version = " ~> 0.11 .0"
10
+ version = " ~> 0.13 .0"
11
11
12
12
module_depends_on = [
13
13
module . team
You can’t perform that action at this time.
0 commit comments