Skip to content
Draft
Changes from 1 commit
Commits
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
move changelog entries to correct section
  • Loading branch information
fdiblen committed Aug 28, 2024
commit c42546afceb4d18384c692d0ab1bedbee2f1cbcb
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
* Make contributing guidelines optional [#465](https://github.com/NLeSC/python-template/pull/465)
* Make developer documentation optional [#467](https://github.com/NLeSC/python-template/pull/541)
* Make Code of Conduct optional [#464](https://github.com/NLeSC/python-template/pull/530)
* CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))
* CHANGELOG.md is now optional [#462](https://github.com/NLeSC/python-template/issues/462)

* pre-commit script is optional ([#457](https://github.com/NLeSC/python-template/issues/457))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* pre-commit script is optional ([#457](https://github.com/NLeSC/python-template/issues/457))
* pre-commit script is optional [#457](https://github.com/NLeSC/python-template/issues/457)

* New YAML files for copier questions [#529](https://github.com/NLeSC/python-template/pull/529)
* Make zenodo next step instructions optional [#520](https://github.com/NLeSC/python-template/pull/520)
* Make SonarCloud optional [#515](https://github.com/NLeSC/python-template/pull/515)
* Make citation optional [#471](https://github.com/NLeSC/python-template/pull/471)
* Make online documentation optional [#476](https://github.com/NLeSC/python-template/pull/476)

### Changed
* Made copier configuration more modular [#529](https://github.com/NLeSC/python-template/pull/529)
* Allow uppercase in package name [#613](https://github.com/NLeSC/python-template/pull/613)
* next_steps.md is shown as a copier message [#609](https://github.com/NLeSC/python-template/pull/609)
* Change the default profile to 'recommended' [#598](https://github.com/NLeSC/python-template/pull/598)
Expand All @@ -42,9 +45,6 @@ Released on August 15, 2024
* Added new 'docs' section in extra dependencies [#317](https://github.com/NLeSC/python-template/issues/317)

### Changed
* Made copier configuration more modular [#529](https://github.com/NLeSC/python-template/pull/529)
* pre-commit script is optional ([#457](https://github.com/NLeSC/python-template/issues/457))
* CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))
* Moved to src/ based layout for generated packages
* Moved from setup.cfg/.py to pyproject.toml [#351](https://github.com/NLeSC/python-template/issues/351)
* Moved from prospector to ruff [#336](https://github.com/NLeSC/python-template/issues/336)
Expand Down