Skip to content
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

fix: check diffs in README #1315

Merged
merged 9 commits into from
Mar 8, 2024
Merged

fix: check diffs in README #1315

merged 9 commits into from
Mar 8, 2024

Conversation

MarcoIeni
Copy link
Owner

@MarcoIeni MarcoIeni commented Feb 27, 2024

Close #1309

ISSUE:

  • here we do git checkout to the commit in the path. However the README is not in that path, because it's in the root directory. Maybe we should:

    • git checkout to the commits of the readme
    • compare the changes
    • add the commit if they differ and if the commit isn't present yet.
  • alternative approach (easier): when doing a comparison, simply compare the readme of the registry with the readme of the package path. Similar to how we do for cargo.toml, we should compare the readmes individually and filter the readme out probably (if a readme if specified in Cargo.toml).

@MarcoIeni MarcoIeni marked this pull request as ready for review March 8, 2024 22:39
@MarcoIeni MarcoIeni merged commit e8eed6f into main Mar 8, 2024
14 checks passed
@MarcoIeni MarcoIeni deleted the 1309 branch March 8, 2024 22:39
@release-plz release-plz bot mentioned this pull request Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

release-plz doesn't find changes in README for virtual workspace
1 participant