Skip to content

Commit

Permalink
chore(minor): release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2022-02-03)

### 📝 Documentation

* adjust plugins in readme ([13777e1](13777e1))

### 🍕 Features

* add hot open sauced supabase feature integration ([3d8cfbf](3d8cfbf))
* initial commit ([ed3c774](ed3c774))

### 🔁 Continuous Integration

* add better release testing workflows ([77c6515](77c6515))

### 🐛 Bug Fixes

* correct action pre-release version ([143c4c7](143c4c7))
* correct license plugin and refactor all tooling ([9779237](9779237))
* correct release remotes ([11a1763](11a1763))
  • Loading branch information
0-vortex authored and open-sauced[bot] committed Feb 3, 2022
1 parent 143c4c7 commit e2a6412
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
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:0.0.0'
image: 'docker://ghcr.io/open-sauced/release:1.0.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": "0.0.0-development",
"version": "1.0.0",
"license": "MIT",
"files": [
"release.config.js"
Expand Down

0 comments on commit e2a6412

Please sign in to comment.