We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8af31 commit c2a96d6Copy full SHA for c2a96d6
.github/workflows/myrelease.yml
@@ -30,7 +30,7 @@ jobs:
30
id: bumpver
31
with:
32
current_version: ${{ steps.curver.outputs.ver }}
33
- level: minor
+ level: patch
34
- name: build-win-amd64
35
run: go build -v -o bin/win64/${{env.BIN}}.exe
36
- name: build-win32
release_yaml.back
templates/cmp.amber
@@ -1,4 +1,4 @@
1
-$hrf = "/r/compactbro/"
+$hrf = "/r/compactbr0/"
2
div.thing.link.stickied
3
span.rank
4
div.midcol
templates/header.amber
@@ -38,6 +38,7 @@ html[xmlns="http://www.w3.org/1999/xhtml"][lang="en"]
38
div#top_menu.hidden
39
div.menuitem
40
a[href="/stop/"] Stop
41
+
42
block subtoolbar
43
div.content
44
block content
0 commit comments