Skip to content

Commit

Permalink
chore(minor): release 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.0](v2.2.1...v2.3.0) (2023-09-01)

### 🍕 Features

* Adds SKIP_NPM_PUBLISH and SKIP_DOCKER_PUBLISH ([c89740d](c89740d))
  • Loading branch information
jpmcb authored and open-sauced[bot] committed Sep 1, 2023
1 parent 76c74b4 commit 21cbedd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

> All notable changes to this project will be documented in this file
## [2.3.0](https://github.com/open-sauced/release/compare/v2.2.1...v2.3.0) (2023-09-01)


### 🍕 Features

* Adds SKIP_NPM_PUBLISH and SKIP_DOCKER_PUBLISH ([c89740d](https://github.com/open-sauced/release/commit/c89740d3e2dd9ded886039815c9ec570eb38522d))

## [2.2.1](https://github.com/open-sauced/release/compare/v2.2.0...v2.2.1) (2023-08-21)


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/open-sauced/release:2.2.1'
image: 'docker://ghcr.io/open-sauced/release:2.3.0'

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,6 +1,6 @@
{
"name": "@open-sauced/release",
"version": "2.2.1",
"version": "2.3.0",
"license": "MIT",
"files": [
"release.config.js"
Expand Down

0 comments on commit 21cbedd

Please sign in to comment.