Skip to content

Commit 25033fc

Browse files
committed
chore: update configs
1 parent d7af4a9 commit 25033fc

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
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

cliff.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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 = """
8686
trim = true
8787
# postprocessors
8888
postprocessors = [
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

0 commit comments

Comments
 (0)