Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/update release and contributor howtos and adapt to how pytest does stuff #636

Merged
merged 58 commits into from
Sep 29, 2017
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
d755133
pyproject: categories and fine tuning
obestwalter Sep 15, 2017
e4214c1
add own towncrier template and changelog dir
obestwalter Sep 15, 2017
78a3cb0
repair changelog and add preamble about versioning, compat and projects
obestwalter Sep 15, 2017
8dd7bf1
make sure h1 is h1 in changelog
obestwalter Sep 15, 2017
03a1926
towncrier changes
obestwalter Sep 15, 2017
5d5f107
remove old formatters
obestwalter Sep 15, 2017
6d1f008
add towncrier readme
obestwalter Sep 15, 2017
0f4ce06
example
obestwalter Sep 15, 2017
93afb81
add little script to render user name links in news
obestwalter Sep 15, 2017
d23645e
don't rerender
obestwalter Sep 15, 2017
6b53ba3
remove trailing whitespace
obestwalter Sep 15, 2017
757b8ba
add filename
obestwalter Sep 15, 2017
efb86be
formatting
obestwalter Sep 15, 2017
16d924a
add wip release helper
obestwalter Sep 15, 2017
6eb0022
replace user, issues and prs with links
obestwalter Sep 15, 2017
c373e4b
add a rudimentary readme for contrib
obestwalter Sep 15, 2017
70fb1d7
add a rudimentary readme for contrib
obestwalter Sep 15, 2017
9bb2405
Merge remote-tracking branch 'origin/towncrier-fixes' into towncrier-…
obestwalter Sep 15, 2017
f879994
working on release script
obestwalter Sep 15, 2017
5979412
fix up release helpers
obestwalter Sep 15, 2017
025c713
fix link in readme
obestwalter Sep 15, 2017
e840bc8
nming things, remove unused variable
obestwalter Sep 15, 2017
97eee4b
fix version param
obestwalter Sep 15, 2017
6f13229
add tox env for release
obestwalter Sep 15, 2017
7a847b8
remove installation - done in tox env
obestwalter Sep 15, 2017
edce441
fix running release-helper in toxenv
obestwalter Sep 15, 2017
f853959
re-add 2.8.2 entry that has gone missing
obestwalter Sep 17, 2017
3b8e9c5
scripts and docs for release process
obestwalter Sep 17, 2017
e75d21d
remove unnecessary devpi adjustments
obestwalter Sep 17, 2017
49c7cb7
fix towncrier draft check as part of sphinx build
obestwalter Sep 17, 2017
3eb465d
trim description
obestwalter Sep 17, 2017
aab3457
fix formatting
obestwalter Sep 17, 2017
29b26e9
fix link
obestwalter Sep 17, 2017
27f6104
Merge branch 'master' into towncrier-fixes
obestwalter Sep 17, 2017
1be43e6
docs fixes
obestwalter Sep 18, 2017
be2a772
docs fixes
obestwalter Sep 18, 2017
70c53b0
Merge remote-tracking branch 'origin/towncrier-fixes' into towncrier-…
obestwalter Sep 18, 2017
cac5a2e
remove obsolete fragments inclusion
obestwalter Sep 18, 2017
649806b
remove unnecessary readme
obestwalter Sep 18, 2017
94b45c4
remove unnecessary distinction between issue and pr
obestwalter Sep 18, 2017
f5bec2b
shamelessly steal contributing from pytest to adapt for tox
obestwalter Sep 19, 2017
c02d1d0
s/pytest/tox
obestwalter Sep 19, 2017
5914743
remove branching info - does not apply to tox
obestwalter Sep 19, 2017
eca3241
fix line endings
obestwalter Sep 19, 2017
61fa107
fix changelog location (like in pytest project)
obestwalter Sep 19, 2017
eb78266
contributor docs, templates, towncrier fixes, adjust envname to pytest
obestwalter Sep 19, 2017
d81bb2d
Sort contributors alphabetically like pytest does it
obestwalter Sep 19, 2017
e827081
prune, refine and reorder contributor docs
obestwalter Sep 19, 2017
7b817a2
refine towncrier docs
obestwalter Sep 19, 2017
7d58da5
fix typo in contributor name
obestwalter Sep 19, 2017
ef92169
fix grammar
obestwalter Sep 20, 2017
1e6fed4
fix code block declaration
obestwalter Sep 20, 2017
0eb3f43
removed one colon too much
obestwalter Sep 20, 2017
926fdb4
revert unnecessary assignment
obestwalter Sep 20, 2017
8f99b1d
fix env name for style checks
obestwalter Sep 20, 2017
f521c84
fix typo in pre-commit hint
obestwalter Sep 20, 2017
a873eaf
just alias main until (if ever) more functions grow here.
obestwalter Sep 20, 2017
b773726
Merge branch 'master' into towncrier-fixes
obestwalter Sep 29, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix link in readme
obestwalter committed Sep 15, 2017
commit 025c7137370b77b44e1ffccdec7c2c0b2aa832e2
2 changes: 1 addition & 1 deletion contrib/README.md
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@

[release-helper](release-helper.sh)

[towncrier-pre-process](towncrier-pre-process.py)
[release-pre-process](release-pre-process.py)