Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Oct 22, 2014
1 parent be6becc commit f53292a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[bumpversion]
commit = True
current_version = 1.1.1
tag = True
tag_name = {new_version}

18 changes: 16 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
.PHONY: release
.PHONY: release major minor patch

VERSION?=minor
release:
@git flow release finish `git flow release | cut -d ' ' -f2`
@bumpversion $(VERSION)
@git checkout master
@git merge develop
@git checkout develop
@git push --all
@git push --tags
@git checkout develop

major:
make release VERSION=major

minor:
make release VERSION=minor

patch:
make release VERSION=patch
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Stouts.users
============

[![Build Status](https://travis-ci.org/Stouts/Stouts.users.png)](https://travis-ci.org/Stouts/Stouts.users)
[![Build Status](http://img.shields.io/travis/Stouts/Stouts.users.svg?style=flat-square)](https://travis-ci.org/Stouts/Stouts.users)
[![Galaxy](http://img.shields.io/badge/galaxy-Stouts.users-blue.svg?style=flat-square)](https://galaxy.users.com/list#/roles/1210)
[![Tag](http://img.shields.io/github/tag/Stouts/Stouts.users.svg?style=flat-square)]()

Ansible role which Manage users and groups

Expand Down

0 comments on commit f53292a

Please sign in to comment.