Skip to content

Commit

Permalink
Moved CHANGES.md files to the root of the repo.
Browse files Browse the repository at this point in the history
closes #1215
  • Loading branch information
ipanova committed Feb 21, 2024
1 parent 8892431 commit 5723eea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.towncrier]
package = "pulp-operator"
filename = "docs/CHANGES.md"
filename = "CHANGES.md"
directory = "CHANGES/"
title_format = "{version} ({project_date})"
template = "CHANGES/.TEMPLATE.md"
Expand Down
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $ git log --oneline upstream/main..
8a7c783 Release version 1.0.0-beta.4
```

The **release commit** should have the changes from towncrier (`CHANGES/*` files and `docs/CHANGES.md`). <br/>
The **release commit** should have the changes from towncrier (`CHANGES/*` files and `CHANGES.md`). <br/>
The **bump Makefile** commit should modify the following lines: `ref`, `VERSION`, `name`, `image`, `version`, `newTag`, and `pulp-operator version`.
For example:
```diff
Expand Down

0 comments on commit 5723eea

Please sign in to comment.