Skip to content

Commit

Permalink
Merge pull request #1 from krogon/fork_start
Browse files Browse the repository at this point in the history
start fork
  • Loading branch information
krogon committed Mar 25, 2021
2 parents f3f0333 + 1c6691c commit d0a3850
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE=kphoen/semver-release-action
IMAGE=krogon/semver-release-action
VERSION?=latest

.PHONY: lint
Expand Down Expand Up @@ -31,4 +31,4 @@ update_action:
.PHONY: clean
clean:
rm bumper
rm -rf vendor
rm -rf vendor
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Semver Release Github Action ![](https://github.com/K-Phoen/semver-release-action/workflows/CI/badge.svg)

# Semver Release Github Action ![badge](https://github.com/krogon/semver-release-action/workflows/CI/badge.svg)

## Fork information

Based on https://github.com/K-Phoen/semver-release-action

## Description

Automatically create [SemVer](https://semver.org/) compliant releases based on
PR labels.
Expand Down Expand Up @@ -52,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
uses: krogon/semver-release-action@master
with:
release_branch: master
env:
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Semver Release'
name: 'Semver Release by Label'
description: 'Automatically create Semver compliant tags or releases based on PR labels'
author: 'Kévin Gomez'
author: 'krogon'

branding:
icon: 'tag'
Expand Down
4 changes: 2 additions & 2 deletions action.yml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Semver Release'
name: 'Semver Release by Label'
description: 'Automatically create Semver compliant tags or releases based on PR labels'
author: 'Kévin Gomez'
author: 'krogon'

branding:
icon: 'tag'
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ require (
github.com/stretchr/testify v1.4.0
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
)

replace github.com/K-Phoen/semver-release-action => github.com/krogon/semver-release-action v1.3.2-0.20200201232446-f3f0333ed926
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/krogon/semver-release-action v1.3.2-0.20200201232446-f3f0333ed926 h1:Bkk+zrBSYuaQp23vAOeBcHsu0VNHl89XLtap1QuRyHI=
github.com/krogon/semver-release-action v1.3.2-0.20200201232446-f3f0333ed926/go.mod h1:tFGGiFwziHh27bljUFb+45Yz4ykF3QTwu8iC9kzzug4=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
Expand Down

0 comments on commit d0a3850

Please sign in to comment.