Coder Social home page Coder Social logo

changey's Introduction

Hi there ๐Ÿ‘‹

wakatime stats

changey's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar thesylence avatar

Stargazers

 avatar

Watchers

 avatar

changey's Issues

Split commands

Option classes should only hold options and then be passed to a command that executes its logic based on these options

Version links

Allow user to define links for changelog versions

These are defined at the bottom of the changelog like the following:

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0
[0.0.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.1

Default option to section add

Allow the user to omit the "-m" when adding a section.

changey add "My message" instead of changey add -m "My message"

Add integration test

Add an integration test as part of the CI workflow

  • init new changelog
  • add message to section
  • release version
  • add another message
  • release version
  • yank version

Verify changelog content after each step

Warn when releasing older version

Warn when a changey release is invoked with a version that is lower than the latest released version in the changelog.

Example:
[1.2.3] - 2021-07-21
changelog content

Invoke changey release 1.1.2

Output:
Version 1.1.2 is older than latest released version (1.2.3). Specify flag to force release

Add examples to verbs

Verbs can have examples that are displayed on the help screen.
Add some for every verb.

Tests for Commands

As a developer I want to have UnitTests for the Commands that are used as verbs.

To do so the needed Services needs to be injected using a constructor that is not used by the CommandLineParser library

Yank command

Implement command to yank last released version

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.