开发者

automated release process

开发者 https://www.devze.com 2023-01-25 10:59 出处:网络
I need to use some version system and make a automated release . Can you suggest some preferable open source software\'开发者_如何学编程s to use and are efficient.

I need to use some version system and make a automated release .

Can you suggest some preferable open source software'开发者_如何学编程s to use and are efficient.

And how does a automated release go..


Hudson can be a good start (not just for release management but for any task you want to automate).

  • It does integrate well with most VCS out there.
  • It has several plugins related to Release Management like:
    • Subversion Release Manager
    • M2 Release Plugin (allowing you to perform a release build using the maven-release-plugin from within Hudson)


CruiseControl (Java, .NET). Also see Continuous Integration Tools.

0

精彩评论

暂无评论...
验证码 换一张
取 消