Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denosaurs/release

📦 Elegant releases with plugins
https://github.com/denosaurs/release

deno github-releases nest release

Last synced: 3 days ago
JSON representation

📦 Elegant releases with plugins

Awesome Lists containing this project

README

        

# release

[![Tags](https://img.shields.io/github/release/denosaurs/release)](https://github.com/denosaurs/release/releases)
[![CI Status](https://img.shields.io/github/workflow/status/denosaurs/release/check)](https://github.com/denosaurs/release/actions)
[![License](https://img.shields.io/github/license/denosaurs/release)](https://github.com/denosaurs/release/blob/master/LICENSE)







## Installation

```
$ deno install -A -f --unstable https://deno.land/x/[email protected]/release.ts
```

## Usage

```
usage: release [options] [...]

example: release 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 eg: 1.2.3 -> 1.2.4-name
* preminor eg: 1.2.3 -> 1.2.4-name
* premajor eg: 1.2.3 -> 1.2.4-name
```

## Maintainers

- Filippo Rossi ([@qu4k](https://github.com/qu4k))

## Other

### 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.

### Licence

Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.