Skip to content

Commit 8b576be

Browse files
verdvermTony Worm
and
Tony Worm
authored
v0.6.9 version bump / release prep (#385)
Co-authored-by: Tony Worm <[email protected]>
1 parent 7b02f4f commit 8b576be

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: go install ./cmd/hof
4242
- name: Setup
4343
run: |-
44-
hof fmt start [email protected].8
44+
hof fmt start [email protected].9
4545
cd docs
4646
hof mod link
4747
make tools

.github/workflows/hof.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Start Formatters
7070
run: |-
7171
docker images
72-
hof fmt start @v0.6.8
72+
hof fmt start @v0.6.9
7373
hof fmt info
7474
docker ps -a
7575
services: {}

.github/workflows/release-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: go install ./cmd/hof
5959
- name: Setup
6060
run: |-
61-
hof fmt start [email protected].8
61+
hof fmt start [email protected].9
6262
cd docs
6363
hof mod link
6464
make tools

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ github: workflow devcontainer
1616
workflows = $(addprefix workflow_, $(GHA_FILES))
1717
workflow: $(workflows)
1818
$(workflows): workflow_%:
19-
@cue export --out yaml $(subst workflow_,,$@) -f -o $(subst ci/gha,.github/workflows,$(subst workflow_,,$(subst .cue,,$@))).yml
19+
@hof export --out yaml $(subst workflow_,,$@) -o $(subst ci/gha,.github/workflows,$(subst workflow_,,$(subst .cue,,$@))).yml
2020
devcontainer: ci/devc/devcontainer.cue
21-
@cue export ci/devc/devcontainer.cue -f -o .devcontainer/devcontainer.json
21+
@hof export ci/devc/devcontainer.cue -o .devcontainer/devcontainer.json
2222

2323
.PHONY: hack
2424
hack:

ci/gha/common/steps.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Steps: {
260260
setup: {
261261
name: "Setup"
262262
run: """
263-
hof fmt start [email protected].8
263+
hof fmt start [email protected].9
264264
cd docs
265265
hof mod link
266266
make tools

ci/gha/hof.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ghacue.#Workflow & {
5757
name: "Start Formatters"
5858
run: """
5959
docker images
60-
hof fmt start @v0.6.8
60+
hof fmt start @v0.6.9
6161
hof fmt info
6262
docker ps -a
6363
"""

cmd/hof/verinfo/verinfo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
// the value gets injected into templates in various places
2222
// the default here is set to something useful for dev
2323
// the release version is the same as the cli running it
24-
HofVersion = "v0.6.8"
24+
HofVersion = "v0.6.9"
2525
)
2626

2727

docs/config.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ params: {
2525
github_project_repo: "https://github.com/hofstadter-io/hof"
2626
github_repo: "https://github.com/hofstadter-io/hof"
2727
time_format_default: "January 2, 2006"
28-
hofver: "v0.6.9-rc.2"
28+
hofver: "v0.6.9"
2929
cuever: "v0.9.0"
3030
cuedocBase: "https://pkg.go.dev/cuelang.org/go@\(cuever)"
3131
slackLink: "https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A"

docs/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params:
1818
github_project_repo: https://github.com/hofstadter-io/hof
1919
github_repo: https://github.com/hofstadter-io/hof
2020
time_format_default: January 2, 2006
21-
hofver: v0.6.9-rc.2
21+
hofver: v0.6.9
2222
cuever: v0.9.0
2323
cuedocBase: https://pkg.go.dev/cuelang.org/[email protected]
2424
slackLink: https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A

0 commit comments

Comments
 (0)