Coder Social home page Coder Social logo

release's Introduction

release

Tags CI Status License



Installation

$ deno install -A -f --unstable https://deno.land/x/[email protected]/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

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.

release's People

Contributors

eliassjogreen avatar notfilippo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sylc

release's Issues

Created release are in 'draft'

Could a config file expose the draft property so that a user can decide if the release should be generated as non-draft or not?
I'm happy to have a go at a PR.

thanks

version number and readme update on release

When a release is made, I have a need to

  • Generate a file with the version number of the tag being generated. (this allows to ensure that my deno script always report the correct version number)
  • Update the readme links to display current version.

I have created a fork with a raw prototype to suit my need (see sylc#1). i.e I created 2 new plugins. one for adding the file with the version number and one for updating the readme.

Would you be interested in getting this supported in the release repo by either:

  • adding these plugins to the repo with probably a config file so the user can enable/disable/tweak the behaviour of these plugins
  • Or supporting calling external plugins.

I'm happy to help implemented the feature. cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.