Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Dec 9, 2024
1 parent d80c220 commit cee2b3e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ write_to = "ndcube/_version.py"
enabled = true
verify_pr_number = true
changelog_skip_label = "No Changelog Entry Needed"
<<<<<<<
=======
help_url = "https://github.com/sunpy/ndcube/blob/main/changelog/README.rst"

changelog_missing_long = "There isn't a changelog file in this pull request. Please add a changelog file to the `changelog/` directory following the instructions in the changelog [README](https://github.com/sunpy/ndcube/blob/main/changelog/README.rst)."
Expand All @@ -116,23 +114,13 @@ write_to = "ndcube/_version.py"

number_incorrect_long = "The number in the changelog file you added does not match the number of this pull request. Please rename the file."

>>>>>>>
help_url = "https://github.com/sunpy/sunpy/blob/main/changelog/README.rst"
changelog_missing_long = "There isn't a changelog file in this pull request. Please add a changelog file to the `changelog/` directory following the instructions in the changelog [README](https://github.com/sunpy/sunpy/blob/main/changelog/README.rst)."
type_incorrect_long = "The changelog file you added is not one of the allowed types. Please use one of the types described in the changelog [README](https://github.com/sunpy/ndcube/blob/main/changelog/README.rst)"
number_incorrect_long = "The number in the changelog file you added does not match the number of this pull request. Please rename the file."

# TODO: This should be in towncrier.toml but Giles currently only works looks in
# pyproject.toml we should move this back when it's fixed.
[tool.towncrier]
package = "ndcube"
filename = "CHANGELOG.rst"
directory = "changelog/"
<<<<<<<
issue_format = "`#{issue} <https://github.com/sunpy/ndcube/pull/{issue}>`__"
=======
issue_format = "`#{issue} https:github.com/sunpy/ndcube/changelog/pull/{issue}>`__"
>>>>>>>
title_format = "{version} ({project_date})"

[[tool.towncrier.type]]
Expand Down

0 comments on commit cee2b3e

Please sign in to comment.