branch | status |
---|---|
master | |
dev |
Advance in a branching model according to the current branch or a branch specified with an argument. For most existing branches, the default action is release. If a given branch does not exist, Flow creates it as a feature or a hotfix depending on the current branch or a keyword (feature/hotfix).
Additionally, Flow handles version incrementing and maintains a changelog. Before proceeding, it verifies the current repository for branching model compliance and offers to correct any detected imperfections.
prod-1
.Download the latest release from GitHub. You can install as a single file (easiest), with compiled distribution package (useful for system-wide install) or from the source.
gnu-getopt
) or with MacPorts (getopt
)gnu-sed
homebrew/dupes/grep
$PATH
(e.g. ~/bin
).chmod +x flow.sh
tar -xvzf flow-*-linux.tar.gz
install
script as root; this will proceed a system-wide installation into /usr/local
.
cd flow-*-linux
sudo ./install
You can override installation paths using environment variables.
BINPATH
: where the script will be placed, /usr/local/bin
by default.SHAREPATH
: where support files will be placed, /usr/local/share
by default.USRMANPATH
: where manpage will be placed, $SHAREPATH/man/man1
by default.This is how to install the script without root permissions.
BINPATH=~/bin SHAREPATH=~/.local/share ./install
You will need the following dependencies:
rst2man
(available in Docutils, e.g. apt-get install python-docutils
or pip install docutils
)git clone https://github.com/internetguru/flow.git
cd flow
./configure && make && sudo compiled/install
You can specify following variables for make
command which will affect default parameters of install
script:
PREFIX
: Installation prefix, /usr/local
by default.BINDIR
: Location for flow
script, $PREFIX/bin
by default.For example like this:
PREFIX=/usr make
See the man page for more information and examples.
Testing the script requires a built 'flow' command and Bash Unit Testing Tool -- AKA the 'butt' command.
butt ~/flow/test/test.butt
Pull requests are welcome. Don't hesitate to contribute.
Copyright © 2016--2023 Internet Guru
This software is licensed under the CC BY-NC-SA license. There is NO WARRANTY, to the extent permitted by law. See the LICENSE file.
For commercial use, a nominal fee may be applicable based on the company size and the nature of their product. In many instances, this could result in no fees being charged at all. Please contact us at info@internetguru.io for further information.
Please do not hesitate to reach out to us for inquiries related to seminars, workshops, training, integration, support, custom development, and additional services. We are more than happy to assist you.
If you find this script useful, please consider making a donation to support its developers. We appreciate any contributions, no matter how small. Donations help us to dedicate more time and resources to this project, including covering our infrastructure expenses.
Please note that we are not a tax-exempt organization and cannot provide tax deductions for your donation. However, for donations exceeding $500, we would like to acknowledge your contribution on project's page and in this file (including the man page).
Thank you for your continued support!