Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.3.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.2](https://github.com/gorules/cli/compare/cli-v0.3.1...cli-v0.3.2) (2026-08-20)


### Bug Fixes

* download relative artifact URLs against the API base ([#11](https://github.com/gorules/cli/issues/11)) ([c42c644](https://github.com/gorules/cli/commit/c42c644a7f792318254ea0d4e27625a04e5717dd))

## [0.3.1](https://github.com/gorules/cli/compare/cli-v0.3.0...cli-v0.3.1) (2026-08-20)


Expand Down
2 changes: 1 addition & 1 deletion actions/pull/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inputs:
cli-version:
description: Version of @gorules/cli to run. Pin this in production
required: false
default: 0.3.1 # x-release-please-version
default: 0.3.2 # x-release-please-version

outputs:
changed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorules/cli",
"version": "0.3.1",
"version": "0.3.2",
"description": "Command-line tool for the GoRules BRMS platform",
"homepage": "https://gorules.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion templates/azure-pipelines-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ parameters:
default: false
- name: cliVersion
type: string
default: 0.3.1 # x-release-please-version
default: 0.3.2 # x-release-please-version
- name: azureSubscription
type: string
default: ''
Expand Down
2 changes: 1 addition & 1 deletion templates/gitlab-ci-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
image: node:20-alpine
variables:
GORULES_OUT: dist
GORULES_CLI_VERSION: '0.3.1' # x-release-please-version
GORULES_CLI_VERSION: '0.3.2' # x-release-please-version
GORULES_UNPACK: 'false'
# 'true' deletes files in the destination that are not in the artifact
GORULES_DELETE: 'false'
Expand Down