App-Git-Workflow

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        More documentation improvements (Ivan Wills)
        Added setting the upstream branch name (Ivan Wills)
        Started using the runner everyehere to clean up code (Ivan Wills)
        Added new runner function to simplify executing external programs (Ivan Wills)
        Fixed help text (Ivan Wills)
        Added missing parameter documentation (Ivan Wills)
        Added ability update pom version when creating new branch (Ivan Wills)
        Refactored some common pom actions into own module (Ivan Wills)
        Added new helper to get the current release (Ivan Wills)
        Fixed issue with random text infront of numbers (Ivan Wills)
        Added defaulting to fetching first (Ivan Wills)
        Added updating pom version with next (Ivan Wills)
        Updated version (Ivan Wills)
        Updated version (Ivan Wills)
        Fixed VERSION option (Ivan Wills)
        made the usage info clearer (Ivan Wills)
        Fixed tracking origin/master when not careful (Ivan Wills)
        Fixed typo (Ivan Wills)
        Removed unused option (Ivan Wills)
        Fixed changed argument description (Ivan Wills)
        Working on documentation (Ivan Wills)
        Added "local" sub-command to show any other branch with changes to files that have been also changed in the current branch (Ivan Wills)
        Added new method to find the current branch (Ivan Wills)
        Factered out getting current releases (Ivan Wills)
        Now showing changed files (Ivan Wills)
        New script to do stuff with files (Ivan Wills)
        Added word boundry to limit to exactly the requested jira (Ivan Wills)
        Made the regex broader for finding jiras (Ivan Wills)
        Added whos sub-command to tell which branches use the pom version number (Ivan Wills)
        Added list option to show any found branches (Ivan Wills)
        Added option to quiet messages (Ivan Wills)
        Added changes for first release (Ivan Wills)
        Updated version numbers (Ivan Wills)
        Updated dependencies (Ivan Wills)
        Fixed module stuff (Ivan Wills)
        Added missing scripts to test (Ivan Wills)
        Fixed spelling issues (Ivan Wills)
        Fixed manafest (Ivan Wills)
        Lots of POD cleaning/work (Ivan Wills)
        Fixed documentation to match new names (Ivan Wills)
        Renamed files (Ivan Wills)
        Udated manafest (Ivan Wills)
        Added helper script to create fatpacked file (Ivan Wills)
        Added numerical sorting option (Ivan Wills)
        Fixed calling of format method (Ivan Wills)
        Shorthand scripts (Ivan Wills)
        Added push option to imediatly push the branch (Ivan Wills)
        Improved documentation (Ivan Wills)
        New script to show stats on committers (Ivan Wills)
        Refactored actions to methods, added update-me sub-command (Ivan Wills)
        installation helper script (Ivan Wills)
        Updated manifest (Ivan Wills)
        Fixed question not being displayed before answer request (Ivan Wills)
        Starting to add logic for handling case where there are multiple branches for a jira (Ivan Wills)
        Added "current" sub-command to show current branch or tag (Ivan Wills)
        Graham's updates (Ivan Wills)
        Added new hook setup capabilities (Ivan Wills)
        Added XML::Tiny missing dependency (Ivan Wills)
        Fixed counts of age (Ivan Wills)
        Changed how branch age is recorded for HTML (Ivan Wills)
        Changed html output to being only a fragment (Ivan Wills)
        Changed sha_from_show to show all branch statuses (Ivan Wills)
        Added missing scripts to compile test (Ivan Wills)
        No longer importing pod2usage (Ivan Wills)
        Removed imported functions (Ivan Wills)
        Added calculating the next unused version number (Ivan Wills)
        New script to check that versions in POM files are unique (Ivan Wills)
        Changed from exporting to using explicitly methods (Ivan Wills)
        LICENCE update (Ivan Wills)
        Made detailedsage clearer (Ivan Wills)
        t sMerge branch 'master' of github.com:ivanwills/git-workflow-tools (Ivan Wills)
        Merge branch 'master' of github.com:ivanwills/git-workflow-tools (Ivan Wills)
        New script for undoing changed build objects in a git repository (with the use of a config file) (Ivan Wills)
        Added Makefile.PL for windows use (Ivan Wills)
        Fixed error (Ivan Wills)
        Changed the ami sub-command to am-i, to make it clear what it is saying (Ivan Wills)
        Added --fix to ami sub-command to merge in the release branch or tag (Ivan Wills)
        Changed git-feature to work the same as git-up-to-date (which added --local to match git-feture) (Ivan Wills)
        Improved documentation and added getting --max-history from git config (Ivan Wills)
        Removed Path::Class dependency (Ivan Wills)
        Minor tweeks to get ami sub-command working (Ivan Wills)
        moved environment options to git config, added ami sub command (and made previous functionality part of show) (Ivan Wills)
        Moved match_commits function here (Ivan Wills)
        Made much more configurable (Ivan Wills)
        Added exporting config (Ivan Wills)
        Started to implement getting configs from git (Ivan Wills)
        Removed unnessesary used of FinBin (Ivan Wills)
        Started using the tags and branches methods (Ivan Wills)
        Added sorting and tags functions (Ivan Wills)
        Helper lib (Ivan Wills)
        Fixed regexp (Ivan Wills)
        Cleaned up POD (Ivan Wills)
        Added testing bin/* files (Ivan Wills)
        Cleaned up dependencies so only perl 5.6 is required (Ivan Wills)
        Fixed build files (Ivan Wills)
        Removed bad lib file name (Ivan Wills)
        New git tools (Ivan Wills)

0.2     2014-07-31
        Fixed VERSION option (Ivan Wills)
        made the usage info clearer (Ivan Wills)
        Fixed tracking origin/master when not careful (Ivan Wills)
        Fixed typo (Ivan Wills)
        Removed unused option (Ivan Wills)
        Fixed changed argument description (Ivan Wills)
        Working on documentation (Ivan Wills)
        Added "local" sub-command to show any other branch with changes to files that have been also changed in the current branch (Ivan Wills)
        Added new method to find the current branch (Ivan Wills)
        Factered out getting current releases (Ivan Wills)
        Now showing changed files (Ivan Wills)
        New script to do stuff with files (Ivan Wills)
        Added word boundry to limit to exactly the requested jira (Ivan Wills)
        Made the regex broader for finding jiras (Ivan Wills)
        Added whos sub-command to tell which branches use the pom version number (Ivan Wills)
        Added list option to show any found branches (Ivan Wills)
        Added option to quiet messages (Ivan Wills)
        Added changes for first release (Ivan Wills)

0.1     2014-07-22
        Updated version numbers
        Updated dependencies
        Fixed module stuff
        Added missing scripts to test
        Fixed spelling issues
        Fixed manafest
        Lots of POD cleaning/work
        Fixed documentation to match new names
        Renamed files
        Udated manafest
        Added helper script to create fatpacked file
        Added numerical sorting option
        Fixed calling of format method
        Shorthand scripts
        Added push option to imediatly push the branch
        Improved documentation
        New script to show stats on committers
        Refactored actions to methods, added update-me sub-command
        installation helper script
        Updated manifest
        Fixed question not being displayed before answer request
        Starting to add logic for handling case where there are multiple branches for a jira
        Added "current" sub-command to show current branch or tag
        Graham's updates
        Added new hook setup capabilities
        Added XML::Tiny missing dependency
        Fixed counts of age
        Changed how branch age is recorded for HTML
        Changed html output to being only a fragment
        Changed sha_from_show to show all branch statuses
        Added missing scripts to compile test
        No longer importing pod2usage
        Removed imported functions
        Added calculating the next unused version number
        New script to check that versions in POM files are unique
        Changed from exporting to using explicitly methods
        LICENCE update
        Made detailedsage clearer
        t sMerge branch 'master' of github.com:ivanwills/git-workflow-tools
        Merge branch 'master' of github.com:ivanwills/git-workflow-tools
        New script for undoing changed build objects in a git repository (with the use of a config file)
        Added Makefile.PL for windows use
        Fixed error
        Changed the ami sub-command to am-i, to make it clear what it is saying
        Added --fix to ami sub-command to merge in the release branch or tag
        Changed git-feature to work the same as git-up-to-date (which added --local to match git-feture)
        Improved documentation and added getting --max-history from git config
        Removed Path::Class dependency
        Minor tweeks to get ami sub-command working
        moved environment options to git config, added ami sub command (and made previous functionality part of show)
        Moved match_commits function here
        Made much more configurable
        Added exporting config
        Started to implement getting configs from git
        Removed unnessesary used of FinBin
        Started using the tags and branches methods
        Added sorting and tags functions
        Helper lib
        Fixed regexp
        Cleaned up POD
        Added testing bin/* files
        Cleaned up dependencies so only perl 5.6 is required
        Fixed build files
        Removed bad lib file name
        New git tools
        Initial commit



( run in 0.632 second using v1.01-cache-2.11-cpan-364913b4093 )