AOEpeople/targetprocess-tag-helper

Name: targetprocess-tag-helper

Owner: AOE

Description: A tool to collect the git commit messages from a git repo and add based on the git messages tags to targetprocess

Created: 2016-12-23 09:26:03.0

Updated: 2016-12-23 10:28:30.0

Pushed: 2017-08-02 07:52:40.0

Homepage: null

Size: 517

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TargetProcess Tag Helper

A tool to collect the git commit messages from a git repo and add based on the git messages tags to targetprocess

What the tool does
How to run it
Requirements
Setup

Setup the url, username, pw and sender address within the config.php file.

figuration = [
'targetprocess_url' => '',
'targetprocess_username' => '',
'targetprocess_password' => '',
'aws_ses_sender_address' => '',
'logo_url' => '',
'width' => [],
'mail_header' => 'Hello,
Here is the new changelog for the completed deployment.',
'skipUser' => [],
'teamId' => '',
'defaultTeamName' => '',
'defaultProjectName' => '',
'stateFilter' => []

How to install / prepare
How to use

All those should be run in the folder in which the git is located based on which you want to create a changelog

Full Command: php git-tp.php <git-commit-hash-from> <git-commit-hash-to> <tag-to-add> <do-tag-adding> <email-address>


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.