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 | |
|---|---|---|---|
| 18b9b474e0 | |||
| f5a118fd1a |
@@ -0,0 +1,16 @@
|
|||||||
|
name: Pull Request
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "**"
|
||||||
|
- "!main"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
pr-checks:
|
||||||
|
uses: lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main
|
||||||
|
with:
|
||||||
|
go-version: "1.24"
|
||||||
@@ -80,8 +80,6 @@ homebrew_casks:
|
|||||||
homepage: https://github.com/lukaszraczylo/semver-generator
|
homepage: https://github.com/lukaszraczylo/semver-generator
|
||||||
description: "Automatic semantic version generator based on git commit messages"
|
description: "Automatic semantic version generator based on git commit messages"
|
||||||
license: MIT
|
license: MIT
|
||||||
url:
|
|
||||||
verified: github.com/lukaszraczylo/semver-generator
|
|
||||||
hooks:
|
hooks:
|
||||||
post:
|
post:
|
||||||
install: |
|
install: |
|
||||||
|
|||||||
Reference in New Issue
Block a user