diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 299346c..814102c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - "*" permissions: contents: write diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdffae..868a513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,23 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [0.1.1](https://github.com/sern-handler/cli/compare/v0.1.0...v0.1.1) (2022-05-09) +## 0.1.0 (2022-06-02) + +This is the CLI's initial release. ### Features -- added help command ([ca23d17](https://github.com/sern-handler/cli/commit/ca23d17670663b62e23849e2350deef208bfc100)) -- cli is now functional ([5021d28](https://github.com/sern-handler/cli/commit/5021d28bca6ebe1cb4a548f5e595b1220f222c98)) - -### Bug Fixes - -- prettier things ([1265224](https://github.com/sern-handler/cli/commit/1265224bb9f93cb104915be50c1c2ea1e3924955)) -- removed useless line ([f268b1c](https://github.com/sern-handler/cli/commit/f268b1c62fd4d5823d483a33cfef2e2d7f7b127c)) - -## 0.1.0 (2022-04-21) - -### Features - -- added actions and formatting stuff ([b302a8b](https://github.com/sern-handler/cli/commit/b302a8b362257fb2cea72b7e1fc66bea351c511f)) -- bump all files to GitHub 🎉 ([01b39ad](https://github.com/sern-handler/cli/commit/01b39ad9b78f0a67e23ba66c10262082675eeed5)) -- more questions, better handling, better ui ([f931802](https://github.com/sern-handler/cli/commit/f9318024bb4c62cee1a7ddfc6af4117c22ca6020)) -- refactored code and added custom handling of commands ([0e97b7d](https://github.com/sern-handler/cli/commit/0e97b7db8afed7f625eeb0a43aa992441ab49b39)) +- `init` command +- `help` command +- `version` command diff --git a/package.json b/package.json index c50d442..ea55f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sern/cli", - "version": "1.0.0", + "version": "0.1.0", "description": "Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!", "scripts": { "postinstall": "go-npm install",