From dcc8a7467904368f535e2aaba1c8e202daf36e22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 20:56:11 +0000 Subject: [PATCH] chore(main): release cli 0.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 8 ++++---- actions/pull/action.yml | 2 +- package.json | 2 +- templates/azure-pipelines-pull.yml | 4 ++-- templates/gitlab-ci-pull.yml | 4 ++-- 7 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..6969ddf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 14da200..674ec09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/gorules/cli/compare/cli-v0.3.2...cli-v0.3.3) (2026-08-20) + + +### Bug Fixes + +* azure template pull only ([#13](https://github.com/gorules/cli/issues/13)) ([61e829b](https://github.com/gorules/cli/commit/61e829bebfa93647edae3401179aee621ae11be1)) + ## [0.3.2](https://github.com/gorules/cli/compare/cli-v0.3.1...cli-v0.3.2) (2026-08-20) diff --git a/README.md b/README.md index 8b13f7a..f9d0e6a 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ esac Pin the version in a pipeline rather than tracking `latest`: ```bash -npx @gorules/cli@0.3.2 pull --project pricing --target env:production # x-release-please-version +npx @gorules/cli@0.3.3 pull --project pricing --target env:production # x-release-please-version ``` ## GitHub Actions @@ -146,7 +146,7 @@ jobs: rules: runs-on: ubuntu-latest steps: - - uses: gorules/cli/actions/pull@cli-v0.3.2 # x-release-please-version + - uses: gorules/cli/actions/pull@cli-v0.3.3 # x-release-please-version id: rules with: url: https://acme.us1.gorules.io @@ -192,7 +192,7 @@ log. `changed` exists so a scheduled workflow can skip the upload when productio ```yaml include: - - remote: 'https://raw.githubusercontent.com/gorules/cli/cli-v0.3.2/templates/gitlab-ci-pull.yml' # x-release-please-version + - remote: 'https://raw.githubusercontent.com/gorules/cli/cli-v0.3.3/templates/gitlab-ci-pull.yml' # x-release-please-version pull:rules: extends: .gorules-pull @@ -229,7 +229,7 @@ resources: - repository: gorules type: github name: gorules/cli - ref: refs/tags/cli-v0.3.2 # x-release-please-version + ref: refs/tags/cli-v0.3.3 # x-release-please-version endpoint: jobs: diff --git a/actions/pull/action.yml b/actions/pull/action.yml index 2ac0d4e..2b410af 100644 --- a/actions/pull/action.yml +++ b/actions/pull/action.yml @@ -46,7 +46,7 @@ inputs: cli-version: description: Version of @gorules/cli to run. Pin this in production required: false - default: 0.3.2 # x-release-please-version + default: 0.3.3 # x-release-please-version outputs: project: diff --git a/package.json b/package.json index c1ea6ba..1c561d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorules/cli", - "version": "0.3.2", + "version": "0.3.3", "description": "Command-line tool for the GoRules BRMS platform", "homepage": "https://gorules.io", "repository": { diff --git a/templates/azure-pipelines-pull.yml b/templates/azure-pipelines-pull.yml index be7071d..a9f31ec 100644 --- a/templates/azure-pipelines-pull.yml +++ b/templates/azure-pipelines-pull.yml @@ -5,7 +5,7 @@ # - repository: gorules # type: github # name: gorules/cli -# ref: refs/tags/cli-v0.3.2 # x-release-please-version +# ref: refs/tags/cli-v0.3.3 # x-release-please-version # endpoint: # # jobs: @@ -61,7 +61,7 @@ parameters: default: '' - name: cliVersion type: string - default: 0.3.2 # x-release-please-version + default: 0.3.3 # x-release-please-version steps: # Microsoft-hosted images already ship Node; self-hosted agents may not. diff --git a/templates/gitlab-ci-pull.yml b/templates/gitlab-ci-pull.yml index f6def16..0748498 100644 --- a/templates/gitlab-ci-pull.yml +++ b/templates/gitlab-ci-pull.yml @@ -1,7 +1,7 @@ # GitLab CI template: pull a rules artifact and publish it to your own storage. # # include: -# - remote: 'https://raw.githubusercontent.com/gorules/cli/cli-v0.3.2/templates/gitlab-ci-pull.yml' # x-release-please-version +# - remote: 'https://raw.githubusercontent.com/gorules/cli/cli-v0.3.3/templates/gitlab-ci-pull.yml' # x-release-please-version # # pull:rules: # extends: .gorules-pull @@ -21,7 +21,7 @@ image: node:24-alpine variables: GORULES_OUT: dist - GORULES_CLI_VERSION: '0.3.2' # x-release-please-version + GORULES_CLI_VERSION: '0.3.3' # x-release-please-version GORULES_UNPACK: 'false' # 'true' deletes files in the destination that are not in the artifact GORULES_DELETE: 'false'