Code Monkey home page Code Monkey logo

release-manager's People

Contributors

bonndan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

release-manager's Issues

Relation to liip/RMT?

This looks just like another tool I was looking at: https://github.com/liip/RMT

Is this some kind of fork/clone? Is that other repository a fork/clone? It seems to have more following, but this project has more recent updates. Not sure which to try out yet.

RMT finish fails

Finishing a release failed

  • file updated had not been committed
  • tagging failed (see below)

fatal: Konnte '0.1.0' nicht als gültige Referenz auflösen.
Tagging failed. Please run finish again to retry.
[Liip\RMT\Exception]
Error while executing git command: git flow release finish -F -m "..." 0.1.0

Post-Release Commits must fail gracefully

VCS-Commit is automatically added by gitflowCommand as post-release action. However, if there is nothing to commit the action must fail gracefully instead of terminating the process.

Handle git flow.

"RMT flow-release" should handle git flow releases:

  1. ask for the version (as usual)
  2. invoke "git flow release start [version]" with the next version number
  3. Proceed with the usual commands (create changelog, etc.)
  4. Use the tag message as release description or vice versa
  5. make a release
  6. invoke "git flow release finish [version]"

Changelog formatter requires versions to be tagged in vcs

Using a different version persister than vcs-based (e.g. composer) causes the changelog formatter to break. Changelog info is retrieved by executing "git log ..." for instance, but no all versions are necessarily present as tag in the vcs.

Changelog should be stored in XML

The changelog is currently stored in an error-prone format and should rather be kept as XML file. Human-readable transformations can be created easily via XLST, PHP or else.

Example:

<changelog>
  <version version="0.3.0" date="2012-07-11">
  <title>My Version</title>
  <commit hash="bidf9u34r...">The commit message</commit>
  </version>

</changelog>

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.