Skip to content

Commit

Permalink
chore(patch): release 1.0.6-beta.1 on beta channel [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.6-beta.1](v1.0.5...v1.0.6-beta.1) (2023-12-18)

### 🐛 Bug Fixes

* correct github machine user ([71c9d3a](71c9d3a)), closes [#2](#2)
* implement tmcb check engines ([a2757c5](a2757c5)), closes [#3](#3)
* implement tmcb conventional commit ([e8b0526](e8b0526)), closes [#4](#4)
  • Loading branch information
0-vortex authored and theodore-morgan[bot] committed Dec 18, 2023
1 parent e8b0526 commit acf9bcc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

> All notable changes to this project will be documented in this file
## [1.0.6-beta.1](https://github.com/TMCB-SPACE/release/compare/v1.0.5...v1.0.6-beta.1) (2023-12-18)


### 🐛 Bug Fixes

* correct github machine user ([71c9d3a](https://github.com/TMCB-SPACE/release/commit/71c9d3a94e9504d1cfd16a32ad50bb294ba93828)), closes [#2](https://github.com/TMCB-SPACE/release/issues/2)
* implement tmcb check engines ([a2757c5](https://github.com/TMCB-SPACE/release/commit/a2757c5931222a8f253a93ae0e3fad91161b602b)), closes [#3](https://github.com/TMCB-SPACE/release/issues/3)
* implement tmcb conventional commit ([e8b0526](https://github.com/TMCB-SPACE/release/commit/e8b05260acc4810c961331d848817864877d2c64)), closes [#4](https://github.com/TMCB-SPACE/release/issues/4)

## [1.0.5](https://github.com/TMCB-SPACE/release/compare/v1.0.4...v1.0.5) (2023-11-14)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ branding:
color: 'yellow'
runs:
using: 'docker'
image: 'docker://ghcr.io/tmcb-space/release:1.0.5'
image: 'docker://ghcr.io/tmcb-space/release:1.0.6-beta.1'

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tmcb/release",
"description": "Node.js and docker github actions compatible semantic-release shareable config to publish to npmjs.com and ghcr.io",
"version": "1.0.5",
"version": "1.0.6-beta.1",
"license": "MIT",
"files": [
"release.config.js"
Expand Down

0 comments on commit acf9bcc

Please sign in to comment.