mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-18 01:41:19 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3d104f0a8 | |||
| 7a70ed6614 | |||
| f9a18995d0 |
+4
-3
@@ -24,7 +24,7 @@ builds:
|
||||
archives:
|
||||
- id: semver-gen
|
||||
formats: [tar.gz]
|
||||
name_template: "semver-gen-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
|
||||
name_template: "semver-gen-{{ .Os }}-{{ .Arch }}"
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
formats: [zip]
|
||||
@@ -34,7 +34,7 @@ archives:
|
||||
- config.yaml
|
||||
|
||||
checksum:
|
||||
name_template: "semver-gen-{{ .Version }}-checksums.txt"
|
||||
name_template: "semver-gen-checksums.txt"
|
||||
algorithm: sha256
|
||||
|
||||
changelog:
|
||||
@@ -71,7 +71,8 @@ dockers_v2:
|
||||
- entrypoint.sh
|
||||
|
||||
homebrew_casks:
|
||||
- repository:
|
||||
- name: semver-generator
|
||||
repository:
|
||||
owner: lukaszraczylo
|
||||
name: homebrew-taps
|
||||
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
|
||||
|
||||
@@ -52,7 +52,7 @@ export GITHUB_TOKEN=yourPersonalApiToken
|
||||
##### Homebrew (macOS)
|
||||
|
||||
```bash
|
||||
brew install --cask lukaszraczylo/taps/semver-gen
|
||||
brew install --cask lukaszraczylo/taps/semver-generator
|
||||
```
|
||||
|
||||
##### Manual Download
|
||||
@@ -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.
|
||||
* `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
|
||||
* I do not recommend using common words ( like "the" from the example configuration )
|
||||
|
||||
+1
-1
@@ -260,7 +260,7 @@
|
||||
<i class="fas fa-beer mr-2 text-amber-500"></i>
|
||||
Homebrew (macOS)
|
||||
</h3>
|
||||
<pre class="bg-gray-900 text-gray-100 p-4 rounded-lg overflow-x-auto"><code>brew install --cask lukaszraczylo/taps/semver-gen</code></pre>
|
||||
<pre class="bg-gray-900 text-gray-100 p-4 rounded-lg overflow-x-auto"><code>brew install --cask lukaszraczylo/taps/semver-generator</code></pre>
|
||||
</div>
|
||||
<div class="glass p-6 rounded-xl">
|
||||
<h3 class="font-semibold text-gray-900 dark:text-gray-100 mb-3 flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user