-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use changelist #86
Use changelist #86
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -14,8 +14,9 @@ Example `version` | |||||
|
||||||
- Update and review `CHANGELOG.md`: | ||||||
|
||||||
gem install github_changelog_generator | ||||||
github_changelog_generator -u scientific-python -p spin --since-tag=<last tag> | ||||||
changelist scientific-python/spin <v0.0> main --version <0.1> >> CHANGELOG.md | ||||||
|
||||||
where <v0.0> is the last release and <0.1> is the new one. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Not sure if that should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
I think it looks better the way I had it
Feel free to make a PR to make whatever changes you want. I don't have a strong opinion on this. I will copy your changes to the other sites to keep things consistent. |
||||||
|
||||||
- Update `version` in `pyproject.toml`. | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if that should be v0.1 or 0.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can take out the angle brackets indicating what needs to be changed. But we need to leave in the
>>
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you take out the angle brackets, we should make it clear that that text needs to be changed in another way. Maybe just explain it in the text below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An argument for keeping the angle brackets is that is the standard notation for indicating a manadatory argument that needs to be replaced when used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you would prefer
It is a little long though, but we could remove the explanatory text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be nice to be able to copy, paste, and modify. The brackets are a bit noisy and hard to read.