mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-18 01:41:19 +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
|
||||
description: "Automatic semantic version generator based on git commit messages"
|
||||
license: MIT
|
||||
url:
|
||||
verified: github.com/lukaszraczylo/semver-generator
|
||||
hooks:
|
||||
post:
|
||||
install: |
|
||||
|
||||
Reference in New Issue
Block a user