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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2](https://github.com/TrigenSoftware/simple-release/compare/v3.0.1...v3.0.2) (2026-06-29)

### Bug Fixes

* **node-gha:** stage action files without build commands ([#153](https://github.com/TrigenSoftware/simple-release/issues/153)) ([44125c7](https://github.com/TrigenSoftware/simple-release/commit/44125c75706745a8eb0ab4d3214a5f39a981c718))

## [3.0.1](https://github.com/TrigenSoftware/simple-release/compare/v3.0.0...v3.0.1) (2026-06-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-release-tools",
"type": "module",
"private": true,
"version": "3.0.1",
"version": "3.0.2",
"description": "A simple tools to automate releases.",
"author": "dangreen",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-gha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2](https://github.com/TrigenSoftware/simple-release/compare/v3.0.1...v3.0.2) (2026-06-29)

### Bug Fixes

* stage action files without build commands ([#153](https://github.com/TrigenSoftware/simple-release/issues/153)) ([44125c7](https://github.com/TrigenSoftware/simple-release/commit/44125c75706745a8eb0ab4d3214a5f39a981c718))

## [3.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/node-gha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@simple-release/node-gha",
"type": "module",
"version": "3.0.0",
"version": "3.0.2",
"description": "A Node.js GitHub Actions addon for simple-release.",
"author": {
"name": "Dan Onoshko",
Expand Down