Skip to content

Commit f785bfa

Browse files
oliveromahonyo.omahony
and
o.omahony
authored
added initial CREDITS and repo rename (#26)
* added initial CREDITS and repo rename * changing to patch instead of minor for release Co-authored-by: o.omahony <[email protected]>
1 parent 0afefd2 commit f785bfa

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: bump-semver
1919
with:
2020
current_version: ${{ steps.get-latest-tag.outputs.tag }}
21-
level: minor
21+
level: patch
2222

2323
- uses: actions-ecosystem/action-push-tag@v1
2424
with:

CREDITS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This library was originally forked from https://github.com/aluttik/go-crossplane. Credit goes to aluttik (https://github.com/aluttik) and we are grateful for his effort.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"fmt"
1212
"os"
1313

14-
"github.com/nginxinc/crossplane-go"
14+
"github.com/nginxinc/nginx-go-crossplane"
1515
)
1616

1717
func main() {
@@ -43,7 +43,7 @@ import (
4343
"io/ioutil"
4444
"os"
4545

46-
"github.com/nginxinc/crossplane-go"
46+
"github.com/nginxinc/nginx-go-crossplane"
4747
)
4848

4949
func main() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/nginxinc/crossplane-go
1+
module github.com/nginxinc/nginx-go-crossplane
22

33
go 1.15
44

util_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"encoding/json"
55
"testing"
66

7-
. "github.com/nginxinc/crossplane-go"
7+
. "github.com/nginxinc/nginx-go-crossplane"
88
)
99

1010
//nolint:funlen

0 commit comments

Comments
 (0)