Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start fork #1

Merged
merged 1 commit into from
Mar 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion action.yml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Semver Release'
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