Skip to content

Commit 8da1e41

Browse files
committed
release: v1.0.1
1 parent 3f74074 commit 8da1e41

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to the InProd Run Changesets GitHub Action will be documente
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1] - 2026-02-18
9+
10+
### Fixed
11+
12+
#### Changeset Variables
13+
- **mask_value Preservation** — When injecting changeset variables, `mask_value` is now preserved from existing entries instead of always being set to `true`. If any existing entry has `mask_value: true`, it remains `true`; otherwise it defaults to `false`
14+
- **Variable Deduplication** — Fixed issue where multiple scope-specific entries for the same variable could interfere with injected values. Now removes all other records when overriding a variable, keeping only one with `environment: null` to prevent environment-scoped values from being applied
15+
- **Variable Injection Logic** — Improved handling of changeset variables to prevent conflicts with environment-specific variable scopes
16+
17+
### Changed
18+
19+
- Variable injection now properly deduplicates entries to prevent scope conflicts
20+
821
## [1.0.0] - 2026-02-18
922

1023
### Initial Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Tests](https://github.com/inprod/github-run-changesets/actions/workflows/tests.yml/badge.svg)
44
![License](https://img.shields.io/badge/license-GPLv3-blue)
55
![Node.js](https://img.shields.io/badge/node.js-18%2B-green)
6-
![Version](https://img.shields.io/badge/version-1.0.0-blue)
6+
![Version](https://img.shields.io/badge/version-1.0.1-blue)
77
![GitHub Action](https://img.shields.io/badge/github-action-blue)
88
![Status](https://img.shields.io/badge/status-stable-brightgreen)
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inprod-run-changesets",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "GitHub Action to run InProd changesets against Genesys Cloud environments",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)