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

automatically create github branches, tags, release & a changelog whenever the version is bumped\released #10

Open
naorlivne opened this issue May 14, 2019 · 1 comment

Comments

@naorlivne
Copy link
Member

Expected/Wanted Behavior

Similar to what's been done in https://github.com/naorlivne/parse_it Travis CI should be configured that whenever the version of the sdk is changed to do the following:

  1. create a new tag of the matching version
  2. create a new release of the matching version (should also create the tag)
    3, create a new branch of the matching version
  3. use naorlivne/github-changelog-generator-dockerized docker container to auto create a changelog and push it to the repo

Actual Behavior

There are no release notes\changelog & all version branches & tags are manually created.

@naorlivne
Copy link
Member Author

auto version tag & changelog added, creating branch & github release still needed to be added.

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

No branches or pull requests

1 participant