diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index c105864c2..cac39f4da 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -1,4 +1,4 @@ -name: Bump Version +name: Bump version on: push: @@ -31,12 +31,12 @@ jobs: if: "!startsWith(github.event.head_commit.message, 'bump:')" runs-on: ubuntu-latest name: "Bump Version" - needs: run-tests steps: - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 + - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: diff --git a/.gitignore b/.gitignore index d640a0636..35625dd53 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .DS_Store .session.vim aof* +dist # Test binary *.test @@ -73,7 +74,7 @@ buildenv* nebula/node_modules mprocs.yaml +build !devbox.lock -!motr/build !buf.lock diff --git a/deploy/release/Dockerfile b/deploy/release/Dockerfile deleted file mode 100644 index e69de29bb..000000000