Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 608 Bytes

File metadata and controls

26 lines (16 loc) · 608 Bytes

eclipse-release-command-line-tool

Command-line-tools for Eclipse related release. It allows to automatize release at Eclipse with erclt.py.

Requirement

  • Python 2.6

Description

erclt.py

It is the tool, which automatizes releases. So far, it is only able to release milestones, and stable version (maintenance version not yet implemented).

Usage

# Release milestone v0.9RC2
$ ./erclt.py -m -mv 0.9RC2

# Release milestone v0.9RC2 as stable v0.9 
$ ./erclt.py -s -mv 0.9RC2 -sv 0.9

# Use custom path for local tests
$ ./erclt.py -d /tmp/copyofeclipsedir -m -mv 0.9RC2