File tree 5 files changed +13
-12
lines changed
5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
- <a name =" 1.1.1 " ></a >
1
+ # Changelog
2
+ ### [ 1.1.2] ( https://github.com/crccheck/django-object-actions/compare/v1.1.1...v1.1.2 ) (2019-11-14)
3
+
2
4
## [ 1.1.1] ( https://github.com/crccheck/django-object-actions/compare/v1.1.0...v1.1.1 ) (2019-10-06)
3
5
4
6
### Bug Fixes
Original file line number Diff line number Diff line change @@ -83,17 +83,16 @@ bash:
83
83
version :
84
84
@sed -i -r /version/s/[0-9.]+/$(VERSION ) / setup.py
85
85
@sed -i -r /version/s/[0-9.]+/$(VERSION ) / django_object_actions/__init__.py
86
+ # TODO figure out how to get Make to insert a \n
87
+ git add . && standard-version --commit-all --changelogHeader " # Changelog"
86
88
87
89
# Release instructions
88
- # 1. update CHANGELOG
89
- # 2. bump VERSION
90
- # 3. run `make release`
90
+ # 1. bump VERSION
91
+ # 2. `make version`
92
+ # 3. `make release`
91
93
# 4. `git push --tags origin master`
92
- # 5. update release notes
93
- # 6. `chandler push`
94
+ # 5. `chandler push`
94
95
# 6. `make build docker/publish`
95
- release : clean version
96
- @git commit -am " bump version to v$( VERSION) "
97
- @git tag v$(VERSION )
96
+ release :
98
97
@-pip install wheel > /dev/null
99
98
python setup.py sdist bdist_wheel upload
Original file line number Diff line number Diff line change 1
- 1.1.1
1
+ 1.1.2
Original file line number Diff line number Diff line change 1
1
"""A Django app for adding object tools for models in the admin."""
2
- __version__ = "1.1.1 "
2
+ __version__ = "1.1.2 "
3
3
4
4
5
5
# kind of like __all__, make these available for public
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "django-object-actions" ,
6
- version = "1.1.1 " ,
6
+ version = "1.1.2 " ,
7
7
author = "Chris Chang" ,
8
8
9
9
url = "https://github.com/crccheck/django-object-actions" ,
You can’t perform that action at this time.
0 commit comments