Skip to content

Commit

Permalink
update future release version and rename master to main
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
  • Loading branch information
jkandasa committed Jun 20, 2023
1 parent 6f9a3a5 commit 4dc8ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_container_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish container image

on:
push:
branches: [ master ]
branches: [ main ]
tags: ["v*"]

jobs:
setup:
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# keep the next release version
server=2.0.0
server=2.1.0

# theme docsy version
# https://github.com/google/docsy
Expand Down

0 comments on commit 4dc8ee9

Please sign in to comment.