From adf3a86829483b5434b0777fc3fe0caeb75d3c44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:57:34 +0000 Subject: [PATCH] chore(main): release cli 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ actions/pull/action.yml | 2 +- package.json | 2 +- templates/azure-pipelines-pull.yml | 2 +- templates/gitlab-ci-pull.yml | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 473e952..3b9efb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/gorules/cli/compare/cli-v0.3.0...cli-v0.3.1) (2026-08-20) + + +### Bug Fixes + +* exclude generated CHANGELOG.md from prettier ([#8](https://github.com/gorules/cli/issues/8)) ([f6eed10](https://github.com/gorules/cli/commit/f6eed1020f7bbf35b735f151b3ae0ea3c6ce5746)) +* export RULES_PROJECT and RULES_TARGET in GitLab dotenv report ([#10](https://github.com/gorules/cli/issues/10)) ([1c422aa](https://github.com/gorules/cli/commit/1c422aa872da59dbb7a1e21dd551b932f3ff5ab1)) + ## [0.3.0](https://github.com/gorules/cli/compare/cli-v0.2.1...cli-v0.3.0) (2026-08-16) diff --git a/actions/pull/action.yml b/actions/pull/action.yml index 4dc81c1..7ac8386 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.0 # x-release-please-version + default: 0.3.1 # x-release-please-version outputs: changed: diff --git a/package.json b/package.json index 63a8792..2c24dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorules/cli", - "version": "0.3.0", + "version": "0.3.1", "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 a458df4..a06d08f 100644 --- a/templates/azure-pipelines-pull.yml +++ b/templates/azure-pipelines-pull.yml @@ -50,7 +50,7 @@ parameters: default: false - name: cliVersion type: string - default: 0.3.0 # x-release-please-version + default: 0.3.1 # x-release-please-version - name: azureSubscription type: string default: '' diff --git a/templates/gitlab-ci-pull.yml b/templates/gitlab-ci-pull.yml index 9520126..4503a87 100644 --- a/templates/gitlab-ci-pull.yml +++ b/templates/gitlab-ci-pull.yml @@ -21,7 +21,7 @@ image: node:20-alpine variables: GORULES_OUT: dist - GORULES_CLI_VERSION: '0.3.0' # x-release-please-version + GORULES_CLI_VERSION: '0.3.1' # x-release-please-version GORULES_UNPACK: 'false' # 'true' deletes files in the destination that are not in the artifact GORULES_DELETE: 'false'