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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing release script. #3398

Merged
merged 6 commits into from Jun 29, 2023
Merged

Fixing release script. #3398

merged 6 commits into from Jun 29, 2023

Conversation

dessalines
Copy link
Member

No description provided.

@dessalines dessalines requested a review from Nutomic as a code owner June 28, 2023 16:46
@@ -53,6 +52,8 @@ git tag $new_tag
git push origin $new_tag
git push

popd
Copy link
Member Author

Choose a reason for hiding this comment

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

Without this, the git add crates/utils/translations was in the wrong location.

Copy link
Member

Choose a reason for hiding this comment

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

So you execute the script from inside scripts/ folder? Seems like it would break if you run it from project root, would be good if it worked from both places (or throws an error if its the wrong working dir).

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 I always run scripts from their directory.

Copy link
Member

Choose a reason for hiding this comment

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

I always run them from the root path. Please add the following lines so that both ways work:

https://github.com/LemmyNet/lemmy/pull/3389/files#diff-52afcc694c0ff8ff253441f42ff44d6b4734fe30ae9070f2ba07a668a10e7baaR4-R6

Copy link
Member Author

Choose a reason for hiding this comment

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

K done.

@Nutomic Nutomic merged commit 6c64cb5 into main Jun 29, 2023
2 checks passed
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.

None yet

2 participants