Skip to content

Commit

Permalink
do pre-release (manual) updates for changes and conda recipe
Browse files Browse the repository at this point in the history
* create changes file: gitchangelog v0.6.0.. > CHANGELOG.rst
* edit top line in CHANGELOG.rst using current date/new tag
* edit conda/meta.yaml using new tag, then tag this commit

Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Sep 15, 2022
1 parent 1236ed5 commit 2953755
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
v0.6.2 (2022-09-14)
--------------------

New
~~~
- Add full sphinx apidoc build, include readme/extras. [Stephen L
Arnold]

* add new tox commands for 'docs' and 'docs-lint'
* cleanup link errors found by docs-lint
* add sphinx doc build workflow, update ci workflow
* remove new version var from __init__.py globals

Changes
~~~~~~~
- Convert readme.md to readme.rst, move extra docs. [Stephen L Arnold]

Fixes
~~~~~
- Fix included filename and link cleanup. [Stephen L Arnold]
- Remove more py2 cruft from doctesting (py3.10 warnings) [Stephen L Arnold]
- Update maintainer info and spec test cmd. [Stephen L Arnold]

* update coverage value for delta/base, allow digits only
- Use updated bandit action and workflow excludes (exclude test)
[Stephen L Arnold]

* also fix missing PR event check in coverage workflow
- Use current org-level coverage workflow. [Stephen L Arnold]

* increase fetch depth and update regex
* updated action deps, relaxed run criteria
* go back to "normal" tokens, remove permission hacks
* still needs more job isolation => refactor for another day

Other
~~~~~
- Use buildbot account. [Katelyn Gigante]
- Use ACCESS_TOKEN secret rather than provided GITHUB_TOKEN. [Katelyn
Gigante]

Should fix the coverage badge


v0.6.1 (2021-11-24)
-------------------

Changes
~~~~~~~
- Add shallow checkout for testing. [Stephen L Arnold]
- Bump comment action to latest release, verify checkout depth. [Stephen
L Arnold]

* see: https://github.com/marocchino/sticky-pull-request-comment/issues/298
in upstream action repo

Fixes
~~~~~
- Use workflow PR target and checkout params. [Stephen L Arnold]
- Split coverage (checkout) job from PR comment job. [Stephen L Arnold]
- Use correct tox env cmd for single platform/version. [Stephen L
Arnold]
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pystache" %}
{% set version = "0.6.1.dev0" %}
{% set version = "0.6.2" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -40,7 +40,7 @@ test:
- pystache-test

about:
home: https://github.com/sarnold/pystache
home: https://github.com/PennyDreadfulMTG/pystache
license: MIT
license_family: MIT
license_file: LICENSE
Expand Down

0 comments on commit 2953755

Please sign in to comment.