From a989ea718341075f841752d8cd65c0f0eabd9c6a Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 29 Oct 2024 16:49:41 -0500 Subject: Update changesets.yml and version-bump script - Update changesets.yml to install additional software packages - Modify version-bump script to pull the GIT_TAG from changeset if not set - Bump version in multiple files and remove snapshot from gradle.properties Signed-off-by: Matt Strapp --- .github/workflows/changesets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index f39d7f0..643c5aa 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -19,8 +19,8 @@ jobs: key: ${{ runner.os }}-turbo-${{ github.sha }} restore-keys: | ${{ runner.os }}-turbo- - - name: Install ripgrep - run: sudo apt-get -y install ripgrep + - name: Install needed softwares + run: sudo apt-get -y install ripgrep moreutils - name: Install pnpm and dependencies uses: pnpm/action-setup@v4 with: -- cgit v1.2.3