File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3131 run : make deps
3232
3333 - name : Run linting
34- run : make lint-dev
35-
36- - name : Check formatting and go mod tidy
37- run : make verify
34+ run : make lint
3835
3936 security :
4037 name : Security Scan
Original file line number Diff line number Diff line change 66# See documentation for more information on available options.
77
88[remote .github ]
9- owner = " damienbutt "
10- repo = " emojify-go "
9+ owner = " Norgate-AV "
10+ repo = " spc "
1111
1212[changelog ]
1313# template for the changelog header
@@ -56,7 +56,7 @@ body = """
5656
5757### 🎉🎉 Initial Release
5858
59- First official release of emojify-go , a lighting fast Emoji converter for the command line 😱 .
59+ First official release of spc , a CLI wrapper for the Crestron SIMPL+ compiler .
6060{%- endif %}
6161
6262{%- if github %}
@@ -86,7 +86,7 @@ footer = """
8686trim = true
8787# postprocessors
8888postprocessors = [
89- { pattern = ' <REPO>' , replace = " https://github.com/damienbutt/emojify-go " }, # replace repository URL
89+ { pattern = ' <REPO>' , replace = " https://github.com/Norgate-AV/spc " }, # replace repository URL
9090]
9191# render body even when there are no releases to process
9292# render_always = true
You can’t perform that action at this time.
0 commit comments