Skip to content

Commit 9fbff1e

Browse files
committed
build: generate readme and changelog (0.7.0)
1 parent 5de9f82 commit 9fbff1e

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. This file uses change log convention from [keep a CHANGELOG](http://keepachangelog.com/en/0.3.0/).
44

5+
<a name="0.7.0"></a>
6+
7+
## [0.7.0](https://github.com/hadenlabs/terraform-github-repository/compare/0.6.0...0.7.0)
8+
9+
> 2021-02-27
10+
11+
### Features
12+
13+
- implement collaborator for repository ([#34](https://github.com/hadenlabs/terraform-github-repository/issues/34))
14+
- implement template settings for repository ([#39](https://github.com/hadenlabs/terraform-github-repository/issues/39))
15+
- change version github to 4.5.0 ([#38](https://github.com/hadenlabs/terraform-github-repository/issues/38))
16+
17+
### Features
18+
19+
- implement section examples include ([#38](https://github.com/hadenlabs/terraform-github-repository/issues/38))
20+
521
<a name="0.6.0"></a>
622

723
## [0.6.0](https://github.com/hadenlabs/terraform-github-repository/compare/0.5.0...0.6.0)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Full working example can be found in [example](./example) folder.
6767
6868
module "main" {
6969
source = "hadenlabs/repository/github"
70-
version = "0.6.0"
70+
version = "0.7.0"
7171
7272
providers = {
7373
github = github
@@ -92,7 +92,7 @@ Full working example can be found in [example](./example) folder.
9292
9393
module "main_with_key" {
9494
source = "hadenlabs/repository/github"
95-
version = "0.6.0"
95+
version = "0.7.0"
9696
9797
providers = {
9898
github = github
@@ -116,7 +116,7 @@ Full working example can be found in [example](./example) folder.
116116
117117
module "main_with_secrets" {
118118
source = "hadenlabs/repository/github"
119-
version = "0.6.0"
119+
version = "0.7.0"
120120
121121
providers = {
122122
github = github
@@ -137,7 +137,7 @@ Full working example can be found in [example](./example) folder.
137137
138138
module "main_with_pages" {
139139
source = "hadenlabs/repository/github"
140-
version = "0.6.0"
140+
version = "0.7.0"
141141
142142
providers = {
143143
github = github
@@ -171,7 +171,7 @@ Full working example can be found in [example](./example) folder.
171171
172172
module "main" {
173173
source = "hadenlabs/repository/github"
174-
version = "0.6.0"
174+
version = "0.7.0"
175175
176176
providers = {
177177
github = github
@@ -201,7 +201,7 @@ Full working example can be found in [example](./example) folder.
201201
202202
module "main" {
203203
source = "hadenlabs/repository/github"
204-
version = "0.6.0"
204+
version = "0.7.0"
205205
206206
providers = {
207207
github = github

0 commit comments

Comments
 (0)