-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update workflows --------- Co-authored-by: nicolaasuni-vonage <[email protected]>
- Loading branch information
1 parent
94b364b
commit 161753e
Showing
6 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Description | ||
|
||
Please include a summary of the change and include relevant motivation and context. | ||
|
||
... | ||
|
||
|
||
## Checklist: | ||
|
||
- [ ] The `make all` command has been run successfully without any error or warning. | ||
- [ ] Any new code line is covered by unit tests and the coverage has not dropped. | ||
- [ ] Any new code follows the style guidelines of this project. | ||
- [ ] The code changes have been self-reviewed. | ||
- [ ] Corresponding changes to the documentation have been made. | ||
- [ ] The version has been updated in the VERSION and examples/service/go.mod files. | ||
|
||
## Type of change: | ||
|
||
- [ ] Minor non-breaking change (e.g., bug fix, dependencies updates) → The patch number in the VERSION file has been increased. | ||
- [ ] New feature (non-breaking change which adds functionality) → The minor number in the VERSION file has been increased. | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) → This requires a major version release. | ||
- [ ] Dependencies. | ||
- [ ] Automation. | ||
- [ ] Documentation. | ||
- [ ] Examples. | ||
- [ ] Testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.6.1 | ||
1.6.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters