Skip to content

Commit 76ab9e2

Browse files
committed
release: Release related updates
1 parent a83e135 commit 76ab9e2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/release*.log
1212
/release-changes.txt
1313
/release-id.txt
14+
/website/
1415
/work/
1516
/ys-*
1617

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ endif
284284
$(DISTCLEAN):
285285
distclean: realclean $(DISTCLEAN)
286286
$(MAKE) -C www $@
287-
$(RM) -r bin/ lib/
287+
$(RM) -r bin/ lib/ website/
288288
distclean-%: %
289289
$(MAKE) -C $< distclean
290290
$(RM) -r .calva/ .clj-kondo/.cache .lsp/

common/vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif
88

99
BUILD_BIN := $(YS_TMP)/bin
1010

11-
BUILD_BIN_YS_VERSION := 0.1.92
11+
BUILD_BIN_YS_VERSION := 0.1.93
1212

1313
BUILD_BIN_YS := $(BUILD_BIN)/ys-$(BUILD_BIN_YS_VERSION)
1414

util/release-yamlscript

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,10 @@ defn step-10(ctx):
258258
defn step-11(ctx):
259259
o: 'Step 11) Publish the yamlscript.org website'
260260

261-
run: 'make -C www realclean publish'
261+
run: 'rm -fr website'
262+
run: 'git worktree add -f website'
263+
run: 'git -C website rebase main'
264+
run: 'make -C website/www realclean publish website=live'
262265

263266

264267
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)