You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.19.2]
9
+
10
+
### Features
11
+
12
+
* Various updates ([#7](https://github.com/gaima8/terraform-github-repository/issues/7)) ([035f478](https://github.com/gaima8/terraform-github-repository/commit/035f4788abc91fbc0a81d3cb6bb7480fb1d137d1))
9
13
10
14
## [0.19.1]
11
15
@@ -419,7 +423,8 @@ Please review plans and report regressions and issues asap so we can improve doc
419
423
- This is the initial release of our GitHub Repository module with support for
420
424
creating and managing GitHub Repositories for Organizations.
-[Fork the repository on GitHub](#fork-the-repository-on-github)
10
+
-[Install the pre-commit hooks](#install-the-pre-commit-hooks)
11
+
-[Update the documentation](#update-the-documentation)
12
+
-[Update the code](#update-the-code)
13
+
-[Create a pull request](#create-a-pull-request)
14
+
-[Merge and release](#merge-and-release)
15
+
-[Releases](#releases)
15
16
16
17
## Open a GitHub issue
17
18
@@ -42,18 +43,6 @@ We encourage you to update the documentation before writing any code (please see
42
43
documentation stays up to date and allows you to think through the problem fully before you begin implementing any
43
44
changes.
44
45
45
-
## Update the tests
46
-
47
-
We also recommend updating the automated tests before updating any code
48
-
(see [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development)).
49
-
50
-
That means that you should add or update a test case, run all tests and verify
51
-
that the new test fails with a clear error message and then start implementing
52
-
the code changes to get that test to pass.
53
-
54
-
The test folder in every repository will have documentation on how to run the
55
-
tests locally.
56
-
57
46
## Update the code
58
47
59
48
At this point, make your code changes and constantly test again your new test case to make sure that everything working
@@ -73,12 +62,16 @@ Please make sure to include the following:
73
62
## Merge and release
74
63
75
64
The [CODEOWNERS] of the repository will review your code and provide feedback.
76
-
If everything looks good, they will merge the code and release a new version while following the principles of [Semantic Versioning (SemVer)].
65
+
If everything looks good, they will merge the code and potentially release a new version while following the principles of [Semantic Versioning (SemVer)].
66
+
67
+
### Releases
68
+
69
+
Release Please will create and update a pull request, which updates the CHANGELOG and prepares for a release. A [CODEOWNERS] will merge this at their discretion to action a release.
0 commit comments