Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denosaurs/release
- Owner: denosaurs
- License: mit
- Created: 2020-08-26T20:48:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T12:46:42.000Z (over 3 years ago)
- Last Synced: 2024-10-30T01:22:25.489Z (4 months ago)
- Topics: deno, github-releases, nest, release
- Language: TypeScript
- Homepage: https://deno.land/x/release
- Size: 76.2 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.