KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
release
โ 9
Open GitHub โ
๐ฆ Elegant releases with plugins
Download README (.md)
Explore Similar Repositories
laravel-bootstrap-forms
:
No description available.
Machine-Learning-with-Tensor-Factorizations
:
Tensor-structured machine learning algorithms (support vector machines, logistic regression, linear regression) named CP-SVM, CP-LogisticRegression, CP-LinearRegression, respectively
RM_Plugins
:
Hub for RPG Maker plugins by Nolonar
gmx_performance_on_HPC
:
Gromacs performance benchmarking on different HPC platforms
rOSD
:
[ECCV 2020] Official Matlab implementation of rOSD: Toward unsupervised, multi-object discovery in large-scale image collections.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
release
?
Download (.md)
# release [](https://github.com/denosaurs/release/releases) [](https://github.com/denosaurs/release/actions) [](https://github.com/denosaurs/release/blob/master/LICENSE) <p align="center"> <br> <img src="assets/example.svg" width="500"> <br> </p> ## Installation ``` $ deno install -A -f --unstable https://deno.land/x/release@0.1.3/release.ts ``` ## Usage ``` usage: release [options] <type> [...] 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 <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 ``` ## 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.