Skip to content

Commit d5485af

Browse files
authored
Merge pull request #2 from kontrolplane/patch
docs(readme): update the version in the example workflow
2 parents 7de318b + 270b333 commit d5485af

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: validate pull request title
39-
uses: kontrolplane/pull-request-title-validator@v1
39+
uses: kontrolplane/pull-request-title-validator@v1.1.0
4040
```

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ func main() {
4040

4141
fmt.Printf("commit title type used: %s\n", titleType)
4242
fmt.Printf("commit title scope used: %s\n", titleScope)
43-
fmt.Printf("commit title message used: %s\n", titleMessage)
43+
fmt.Printf("commit title message used: %s\n\n", titleMessage)
44+
fmt.Printf("the commit message adheres to the configured standard")
4445
}
4546

4647
func fetchTitle(githubEventPath string) string {

0 commit comments

Comments
 (0)