Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to allow specifying version upgrade type on arguments list. #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

esequielvirtuoso
Copy link
Collaborator

What?

Add feature to allow specifying version upgrade type on arguments list.

Type of change?

  • [breaking change(s)]: Changes that will require other changes in dependant applications.
  • [build]: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • [ci]: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • [docs]: Documentation only changes
  • [feat]: A new feature
  • [fix]: A bug fix
  • [perf]: A code change that improves performance
  • [refactor]: A code change that neither fixes a bug nor adds a feature
  • [style]: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • [test]: Adding missing tests or correcting existing tests

Note: Remove the non-checked options

Why?

We need a way to make semantic release easier.

How?

By adding a new feature to allow user to specify upgrade type (major, minor, patch).

How has this been tested?

  • Unit tests
  • Integration tests
  • Benchmark tests

Before submitting a PR please make sure to check if:

  • The code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • The changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and/or existing unit tests pass locally with my changes
  • New and/or existing integration tests pass locally with my changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant