mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-30 03:14:35 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a70ed6614 | |||
| f9a18995d0 |
+2
-2
@@ -24,7 +24,7 @@ builds:
|
|||||||
archives:
|
archives:
|
||||||
- id: semver-gen
|
- id: semver-gen
|
||||||
formats: [tar.gz]
|
formats: [tar.gz]
|
||||||
name_template: "semver-gen-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
|
name_template: "semver-gen-{{ .Os }}-{{ .Arch }}"
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
formats: [zip]
|
formats: [zip]
|
||||||
@@ -34,7 +34,7 @@ archives:
|
|||||||
- config.yaml
|
- config.yaml
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "semver-gen-{{ .Version }}-checksums.txt"
|
name_template: "semver-gen-checksums.txt"
|
||||||
algorithm: sha256
|
algorithm: sha256
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ wording:
|
|||||||
* `blacklist`: terms to ignore when processing commits. Any commit containing these terms will be skipped in version calculations. Useful for ignoring merge commits, feature branch names, and other unwanted triggers.
|
* `blacklist`: terms to ignore when processing commits. Any commit containing these terms will be skipped in version calculations. Useful for ignoring merge commits, feature branch names, and other unwanted triggers.
|
||||||
* `wording`: words the program should look for in the git commits to increment (patch|minor|major)
|
* `wording`: words the program should look for in the git commits to increment (patch|minor|major)
|
||||||
|
|
||||||
### Good to know
|
### Good to knows
|
||||||
|
|
||||||
* Word matching uses fuzzy search AND is case INSENSITIVE
|
* Word matching uses fuzzy search AND is case INSENSITIVE
|
||||||
* I do not recommend using common words ( like "the" from the example configuration )
|
* I do not recommend using common words ( like "the" from the example configuration )
|
||||||
|
|||||||
Reference in New Issue
Block a user