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

Release script improvements #3859

Merged

Conversation

armanbilge
Copy link
Member

No description provided.

git clone [email protected]:typelevel/cats-effect.git
gh repo clone typelevel/cats-effect
Copy link
Member Author

Choose a reason for hiding this comment

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

ssh cloning is BESPOKE 😛

@@ -23,3 +23,4 @@ new_version="$2"
# the quote reduce the false positive rate
find . -type f -name '*.md' -exec perl -pi -e "s/\"$old_version\"/\"$new_version\"/g" {} \;
find . -type f -name '*.md' -exec perl -pi -e "s/\\*\\*$old_version\\*\\*/\\*\\*$new_version\\*\\*/g" {} \;
find . -type f -name '*.md' -exec perl -pi -e "s/:$old_version/:$new_version/g" {} \;
Copy link
Member

Choose a reason for hiding this comment

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

We should also make sure we've caught any stray places where there's an old old version, otherwise this won't work going forward.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, fixed in 7dfe45d.

@djspiewak djspiewak merged commit edd7a13 into typelevel:series/3.5.x Oct 3, 2023
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants