Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-sshkey
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
028426ef
authored
Aug 28, 2013
by
Scott Duckworth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move release notes to maintainer.txt
parent
f3c40ac7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
RELEASE
+0
-7
maintainer.txt
+11
-0
No files found.
RELEASE
deleted
100644 → 0
View file @
f3c40ac7
git flow release start x.y.z
bump __version__ in sshkey/__init__.py
git add sshkey/__init__.py
git ci -m 'bump version'
python setup.py sdist
git flow release finish x.y.z
git push origin master x.y.z
maintainer.txt
0 → 100644
View file @
028426ef
RELEASE INSTRUCTIONS
ensure unit tests pass
git flow release start X.Y.Z
bump __version__ in sshkey/__init__.py
git add sshkey/__init__.py
git ci -m 'bump version'
python setup.py sdist
git flow release finish X.Y.Z
git push origin master X.Y.Z
upload dist/django-sshkey-X.Y.Z.tar.gz to bitbucket
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment