Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed May 28, 2022
0 parents commit 74fd7b5
Show file tree
Hide file tree
Showing 34 changed files with 1,440 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
21 changes: 21 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: check

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Setup latest deno version
uses: denolib/setup-deno@v2
with:
deno-version: v1.x

- name: Run deno fmt
run: deno fmt --check

- name: Run deno lint
run: deno lint --unstable
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# OS files
.DS_Store
.cache

# IDE
.vscode

# testing
test
test_2
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2022-present @sylc
Copyright (c) 2020-present the denosaurs team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# release-me


## Installation

```
$ deno install -A -f --unstable ...
```

## Usage

```
usage: release-me [options] <type> [...]
example: release-me major
[options]:
-h --help Show this message
--dry Prevent changes to git
[type]:
release type:
* patch eg: 1.2.3 -> 1.2.4
* minor eg: 1.2.3 -> 1.3.0
* major eg: 1.2.3 -> 2.0.0
* prepatch <name> eg: 1.2.3 -> 1.2.4-name
* preminor <name> eg: 1.2.3 -> 1.2.4-name
* premajor <name> eg: 1.2.3 -> 1.2.4-name
```

## Credits

Big Credits to https://github.com/denosaurs. This project is mainly based on https://github.com/denosaurs/release, where I have done some minor refacatoring.
However due to the lack of development on the original package, I have done some update to suit my needs

### Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with
deno fmt and commit messages are done following Conventional Commits spec.
116 changes: 116 additions & 0 deletions assets/example.cast
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{"version": 2, "width": 61, "height": 58, "timestamp": 1598897849, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}}
[0, "o", "$ release patch\r\n"]
[0.772547, "o", "\u001b[36m⠋\u001b[39m Loading project info\r\n"]
[0.851344, "o", "\u001b[1A\u001b[2K"]
[0.851482, "o", "\u001b[-1C\u001b[?25h\u001b[32m✔\u001b[39m Project loaded correctly\r\n"]
[0.851695, "o", "\u001b[?25l"]
[0.851779, "o", "\u001b[36m⠋\u001b[39m Checking the project\r\n"]
[0.957429, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠙\u001b[39m Checking the project\r\n"]
[1.052023, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠹\u001b[39m Checking the project\r\n"]
[1.15679, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠸\u001b[39m Checking the project\r\n"]
[1.256493, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[1.256745, "o", "\u001b[36m⠼\u001b[39m Checking the project\r\n"]
[1.353112, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠴\u001b[39m Checking the project\r\n"]
[1.453192, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠦\u001b[39m Checking the project\r\n"]
[1.553107, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠧\u001b[39m Checking the project\r\n"]
[1.653104, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠇\u001b[39m Checking the project\r\n"]
[1.753285, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠏\u001b[39m Checking the project\r\n"]
[1.855355, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[1.855547, "o", "\u001b[?25h\u001b[32m✔\u001b[39m Project check successful\r\n"]
[1.936786, "o", "\u001b[?25l\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.038977, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠙\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.137895, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠹\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.241962, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠸\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.340448, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠼\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.440119, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[2.440185, "o", "\u001b[36m⠴\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.538018, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠦\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.641962, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠧\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.742021, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠇\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.838091, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠏\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[2.941997, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.038192, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠙\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.137955, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠹\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.237952, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠸\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.341995, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[3.3422, "o", "\u001b[36m⠼\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.442681, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠴\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.541967, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠦\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.640199, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠧\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.738046, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[3.738267, "o", "\u001b[36m⠇\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.841978, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠏\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[3.939135, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.042051, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠙\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.139343, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠹\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.237163, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠸\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.342431, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠼\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.437011, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠴\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.540006, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠦\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.639091, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[4.639301, "o", "\u001b[36m⠧\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.742005, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠇\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.842027, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠏\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[4.942026, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.039201, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠙\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.141469, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠹\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.240055, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[5.240116, "o", "\u001b[36m⠸\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.33804, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠼\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.44247, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠴\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.53717, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠦\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.640271, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠧\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.742018, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠇\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.841989, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠏\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[5.941988, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[5.942088, "o", "\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.037907, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠙\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.137936, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠹\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.23796, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠸\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.342332, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠼\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.437968, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠴\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.542647, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠦\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.642074, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠧\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.742012, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠇\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.843017, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠏\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[6.938065, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.039028, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠙\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.137986, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠹\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.242082, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[7.242234, "o", "\u001b[36m⠸\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.338073, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠼\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.442457, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠴\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.53993, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠦\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.640464, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠧\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.737185, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠇\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.840134, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠏\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[7.942081, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.040043, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠙\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.141941, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[8.142004, "o", "\u001b[36m⠹\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.242043, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠸\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.342193, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠼\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.440999, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠴\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.53902, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠦\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.642065, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠧\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.739898, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠇\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.839237, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[8.839308, "o", "\u001b[36m⠏\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[8.937229, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.041977, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[9.042058, "o", "\u001b[36m⠙\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.139971, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠹\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.240071, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠸\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.3407, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[9.34087, "o", "\u001b[36m⠼\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.439119, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠴\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.539993, "o", "\u001b[1A\u001b[2K\u001b[-1C"]
[9.540053, "o", "\u001b[36m⠦\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.642064, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠧\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.742007, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠇\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.842007, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[36m⠏\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[9.942078, "o", "\u001b[1A"]
[9.942139, "o", "\u001b[2K\u001b[-1C\u001b[36m⠋\u001b[39m Releasing \u001b[1m0.1.2\u001b[22m \u001b[2m(latest was 0.1.1)\u001b[22m\r\n"]
[10.014842, "o", "\u001b[1A\u001b[2K\u001b[-1C\u001b[?25h"]
[10.0149, "o", "\u001b[32m✔\u001b[39m Released \u001b[1m0.1.2\u001b[22m!\r\n"]
[12.0149, "o", "\r\n"]
1 change: 1 addition & 0 deletions assets/example.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { ReleasePlugin } from "./plugin.ts";

export interface ReleaseConfig {
plugins: ReleasePlugin[];
dry: boolean;
}
15 changes: 15 additions & 0 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export * as log from "https://deno.land/x/[email protected]/mod.ts";
export { Spinner, wait } from "https://deno.land/x/[email protected]/mod.ts";

export type { Commit as CCCommit } from "https://deno.land/x/[email protected]/mod.ts";
export { parse as ccparse } from "https://deno.land/x/[email protected]/mod.ts";

export * as semver from "https://deno.land/x/[email protected]/mod.ts";
export * as ini from "https://deno.land/x/[email protected]/mod.ts";

export * as colors from "https://deno.land/[email protected]/fmt/colors.ts";

export { readLines } from "https://deno.land/[email protected]/io/mod.ts";
export { join } from "https://deno.land/[email protected]/path/mod.ts";
export { ensureFile, exists } from "https://deno.land/[email protected]/fs/mod.ts";
export { delay } from "https://deno.land/[email protected]/async/delay.ts";
Loading

0 comments on commit 74fd7b5

Please sign in to comment.