Liip\RMT\Action\VcsTagAction::execute PHP Method

execute() public method

public execute ( )
    public function execute()
    {
        Context::get('vcs')->createTag(Context::get('vcs')->getTagFromVersion(Context::getParam('new-version')));
        $this->confirmSuccess();
    }
VcsTagAction