diff --git a/.github/workflows/versionize.yml b/.github/workflows/versionize.yml index ad9d1328..b36af4ad 100644 --- a/.github/workflows/versionize.yml +++ b/.github/workflows/versionize.yml @@ -28,7 +28,7 @@ jobs: - name: Filter list of changed projects id: proj_filter run: | - echo "projs=$(git diff-tree HEAD | awk '$1$2~/04/' | cut -f2- | grep -e ^VRDR$ -e ^VRDR.Client$ | jq -cnR '[inputs | select(length>0)]')" >> "$GITHUB_OUTPUT" + echo "projs=$(git diff-tree HEAD | awk '$1$2~/04/' | cut -f2- | grep -e ^VRDR$ -e ^VRDR.Client$ -e ^VRDR.CLI$ | jq -cnR '[inputs | select(length>0)]')" >> "$GITHUB_OUTPUT" # - name: Advance project version # if: steps.proj_filter.outputs.PROJ == matrix.proj # run: echo "wee~" @@ -55,12 +55,14 @@ jobs: git config --global user.name "${{ github.actor }}" git config --global user.email "${{ github.actor }}@users.noreply.github.com" - name: Bump version and create changelog + working-directory: ./${{ matrix.proj }} run: | - versionize --proj-version-bump-logic --skip-tag --changelog-all -w ${{ matrix.proj }} + versionize --proj-version-bump-logic --skip-tag --changelog-all - name: Get current version id: get-version + working-directory: ./${{ matrix.proj }} run: | - echo "version=$(versionize inspect -w ${{ matrix.proj }})" >> $GITHUB_OUTPUT + echo "version=$(versionize inspect)" >> $GITHUB_OUTPUT - name: Create release Pull Request uses: peter-evans/create-pull-request@v5 id: cpr diff --git a/VRDR.CLI/a b/VRDR.CLI/a new file mode 100644 index 00000000..d95898fc --- /dev/null +++ b/VRDR.CLI/a @@ -0,0 +1 @@ +Sun 05 Nov 2023 11:40:25 PM UTC diff --git a/VRDR/a b/VRDR/a index e69de29b..835b39c2 100644 --- a/VRDR/a +++ b/VRDR/a @@ -0,0 +1 @@ +Sun 05 Nov 2023 11:40:11 PM UTC