mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Make release/1.x a privileged branch to run workflows, create releases
It'll work similar to the master branch but with pre-1x and latest-1x tagged series of docker images. This should ease deployment changes from 1.x vs 2.x series
This commit is contained in:
@@ -125,7 +125,7 @@ do
|
||||
$project_root/manifest.json \
|
||||
$project_root/versions.json
|
||||
git commit -m "Release Khoj version $current_version"
|
||||
git tag $current_version master
|
||||
git tag $current_version
|
||||
;;
|
||||
c)
|
||||
# Get current project version
|
||||
@@ -172,7 +172,7 @@ do
|
||||
$project_root/manifest.json \
|
||||
$project_root/versions.json
|
||||
git commit -m "Release Khoj version $current_version"
|
||||
git tag $current_version master
|
||||
git tag $current_version
|
||||
;;
|
||||
n)
|
||||
# Induce hatch to compute next version number
|
||||
|
||||
Reference in New Issue
Block a user