Skip to content

Commit 906296b

Browse files
0-vortextheodore-morgan[bot]
authored andcommitted
chore(minor): release 1.2.0 [skip ci]
## [1.2.0](v1.1.1...v1.2.0) (2025-02-23) ### 🍕 Features * add disable environment variables ([0665fbb](0665fbb))
1 parent 0665fbb commit 906296b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
> All notable changes to this project will be documented in this file
77

8+
## [1.2.0](https://github.com/TMCB-SPACE/release/compare/v1.1.1...v1.2.0) (2025-02-23)
9+
10+
### 🍕 Features
11+
12+
* add disable environment variables ([0665fbb](https://github.com/TMCB-SPACE/release/commit/0665fbbe4ce3952f37694e914dadb6a411975609))
13+
814
## [1.1.1](https://github.com/TMCB-SPACE/release/compare/v1.1.0...v1.1.1) (2025-02-02)
915

1016
### 🐛 Bug Fixes

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ branding:
1111
color: 'yellow'
1212
runs:
1313
using: 'docker'
14-
image: 'docker://ghcr.io/tmcb-space/release:1.1.1'
14+
image: 'docker://ghcr.io/tmcb-space/release:1.2.0'
1515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tmcb/release",
33
"description": "Node.js and docker github actions compatible semantic-release shareable config to publish to npmjs.com and ghcr.io",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"files": [
77
"release.config.js"

0 commit comments

Comments
 (0)