Skip to content

Commit

Permalink
Merge pull request #39 from glotzerlab/release-0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
joaander authored Aug 21, 2024
2 parents ecaafaf + 033ddba commit b481c10
Show file tree
Hide file tree
Showing 8 changed files with 775 additions and 327 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = False
tag = False

Expand All @@ -8,3 +8,5 @@ tag = False
[bumpversion:file:Cargo.lock]

[bumpversion:file:.github/ISSUE_TEMPLATE/bug_report.yml]

[bumpversion:file:.github/ISSUE_TEMPLATE/release.md]
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body:
attributes:
label: Row version
description: What version of **row** are you using?
placeholder: 0.2.0
placeholder: 0.3.0
- type: markdown
attributes:
value: |
Expand Down
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Release checklist
about: '[for maintainer use]'
title: 'Release 0.3.0'
labels: ''
assignees: 'joaander'

---

- [ ] Run *bumpversion*.
- [ ] Run `cargo update`
- [ ] Run `cargo bundle-licenses --format yaml --output THIRDPARTY.yaml`
- [ ] Check for new or duplicate contributors since the last release:
`comm -13 (git log $(git describe --tags --abbrev=0) --format="%aN <%aE>" | sort | uniq | psub) (git log --format="%aN <%aE>" | sort | uniq | psub)`.
Add entries to `.mailmap` to remove duplicates.
- [ ] Add release date and highlights to release notes.
- [ ] Check readthedocs build, especially release notes formatting.
- [ ] Tag and push.
- [ ] Update conda-forge recipe.
Loading

0 comments on commit b481c10

Please sign in to comment.