From e2a6412172fc53ead45223e1eee7cf4702117915 Mon Sep 17 00:00:00 2001 From: TED Vortex Date: Thu, 3 Feb 2022 01:04:47 +0000 Subject: [PATCH] chore(minor): release 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 1.0.0 (2022-02-03) ### 📝 Documentation * adjust plugins in readme ([13777e1](https://github.com/open-sauced/release/commit/13777e1dd89e1d4b7ecc870a7b722ebf9ed77e57)) ### 🍕 Features * add hot open sauced supabase feature integration ([3d8cfbf](https://github.com/open-sauced/release/commit/3d8cfbf01a52fd8309b4eb82fda8b2794abe9736)) * initial commit ([ed3c774](https://github.com/open-sauced/release/commit/ed3c77420ead8a9b395c60d00cd6b5badba0c6b4)) ### 🔁 Continuous Integration * add better release testing workflows ([77c6515](https://github.com/open-sauced/release/commit/77c6515db6f5f2f75b53f636769d3082bff02c98)) ### 🐛 Bug Fixes * correct action pre-release version ([143c4c7](https://github.com/open-sauced/release/commit/143c4c7a89d71d8f4981bbcd39b167f552be1195)) * correct license plugin and refactor all tooling ([9779237](https://github.com/open-sauced/release/commit/977923782bc924cc58bc69aa630fa1fbd850af75)) * correct release remotes ([11a1763](https://github.com/open-sauced/release/commit/11a1763c43c319e25343d89e159e7cd1f951f976)) --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ LICENSE | 2 +- action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e33fc94 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# 📦 open-sauced/release changelog + +[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) +[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) + +> All notable changes to this project will be documented in this file + +## 1.0.0 (2022-02-03) + + +### 📝 Documentation + +* adjust plugins in readme ([13777e1](https://github.com/open-sauced/release/commit/13777e1dd89e1d4b7ecc870a7b722ebf9ed77e57)) + + +### 🍕 Features + +* add hot open sauced supabase feature integration ([3d8cfbf](https://github.com/open-sauced/release/commit/3d8cfbf01a52fd8309b4eb82fda8b2794abe9736)) +* initial commit ([ed3c774](https://github.com/open-sauced/release/commit/ed3c77420ead8a9b395c60d00cd6b5badba0c6b4)) + + +### 🔁 Continuous Integration + +* add better release testing workflows ([77c6515](https://github.com/open-sauced/release/commit/77c6515db6f5f2f75b53f636769d3082bff02c98)) + + +### 🐛 Bug Fixes + +* correct action pre-release version ([143c4c7](https://github.com/open-sauced/release/commit/143c4c7a89d71d8f4981bbcd39b167f552be1195)) +* correct license plugin and refactor all tooling ([9779237](https://github.com/open-sauced/release/commit/977923782bc924cc58bc69aa630fa1fbd850af75)) +* correct release remotes ([11a1763](https://github.com/open-sauced/release/commit/11a1763c43c319e25343d89e159e7cd1f951f976)) diff --git a/LICENSE b/LICENSE index ad32e46..524e5e5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Open Sauced +Copyright (c) 2022 Open Sauced Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/action.yml b/action.yml index caf47b1..aa8e828 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ branding: color: 'yellow' runs: using: 'docker' - image: 'docker://ghcr.io/open-sauced/release:0.0.0' + image: 'docker://ghcr.io/open-sauced/release:1.0.0' diff --git a/package-lock.json b/package-lock.json index a08789d..f2f2d9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/release", - "version": "0.0.0-development", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/release", - "version": "0.0.0-development", + "version": "1.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 86ba3aa..c9e174a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/release", - "version": "0.0.0-development", + "version": "1.0.0", "license": "MIT", "files": [ "release.config.js"