Skip to content

Commit 4dc8ee9

Browse files
committed
update future release version and rename master to main
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
1 parent 6f9a3a5 commit 4dc8ee9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish_container_images.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Publish container image
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
6+
tags: ["v*"]
67

78
jobs:
89
setup:

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# keep the next release version
2-
server=2.0.0
2+
server=2.1.0
33

44
# theme docsy version
55
# https://github.com/google/docsy

0 commit comments

Comments
 (0)