Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit d6ba829

Browse files
author
Tonye Jack
committed
Updated the deployment step.
1 parent 66baf8b commit d6ba829

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [v1.1.0](https://github.com/jackton1/django-check-constraint/releases/tag/v1.1.0) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.17...v1.1.0))
7+
## [v1.0.19](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.19) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.18...v1.0.19))
8+
9+
10+
## [v1.0.18](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.18) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.17...v1.0.18)) - 2020-02-27
811

912
### Added
1013
- Added support for generating the model name. ([583a397](https://github.com/jackton1/django-check-constraint/commit/583a3979992b5421741f755ae22530d2222ed990)).
@@ -14,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1417

1518
### Misc
1619
- "2020-02-27 13:54 - Increased django-check-constraint version:VERSION = (1, 0, 17) to VERSION = (1, 0, 18)" ([b3a3c50](https://github.com/jackton1/django-check-constraint/commit/b3a3c50889f8b378cc01195ad974af727d731da0)).
20+
- Updated CHANGELOG.md. ([8c537bd](https://github.com/jackton1/django-check-constraint/commit/8c537bd7b74b049dc31087f4de8512e276a49a1b)).
1721

1822

1923
## [v1.0.17](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.17) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.16...v1.0.17)) - 2020-02-24

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ start-release: setup.py
8282
@eval PACKAGE_VERSION=$(shell $(PYTHON) setup.py --version)
8383
@echo "Upgrading to $(PACKAGE_VERSION)..."
8484
@git flow release start "$(PACKAGE_VERSION)"
85+
# Run this again this seems to be a bug
86+
@git-changelog . > CHANGELOG.md
8587
@GIT_MERGE_AUTOEDIT=no git flow release finish -m "Upgraded to:" "$(strip $(PACKAGE_VERSION))"
8688
@git push --tags
8789
@git push origin develop

0 commit comments

Comments
 (0)