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

v3: Add make-official-release script #1578

Merged
merged 8 commits into from
Oct 16, 2024

Conversation

peaBerberian
Copy link
Collaborator

@peaBerberian peaBerberian commented Oct 15, 2024

I was trying to backport #1524 to the v3 so we can easily make a v3 release.
However due to a cascade of hardware issues, I currently cannot use any other software than a web browser basically.

Navigating through unfamiliar web-only tools (mainly VSCode so familiar to many, but I wasn't nor with any other non-terminal editor), I did my backport, but seeing now the diff on GitHub's interface for the first time it seems that the development was already backported and that this PR only fixes some mistakes.

Well, this PR's modifications still have a point, so I keep it.

@peaBerberian
Copy link
Collaborator Author

@Florent-Bouisset I don't get prettier's issue and the GitHub's VSCode WebIDE don't see it either. Can you look at it?

Copy link
Collaborator

@Florent-Bouisset Florent-Bouisset left a comment

Choose a reason for hiding this comment

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

in make-dev-releases the message is "Please enter the wanted version number (example: 4.12.1)", but it should probably mention v3 as example

@@ -50,4 +50,4 @@ echo "creating types for legacy code bases..."
rm -f dist/rx-player.d.ts rx-player.min.d.ts
echo "${copyright_text}
import RxPlayer from \"./_esm5.processed/minimal\";
export default RxPlayer;" | tee dist/rx-player.d.ts dist/rx-player.min.d.ts >/dev/null
export default RxPlayer;" | tee dist/rx-player.d.ts dist/rx-player.min.d.ts > /dev/null
Copy link
Collaborator

Choose a reason for hiding this comment

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

nothing but github complaining about not having a new line at end of file

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I added a line because I don't mind much, so if it can make some website's robot happier, happy to help!

@peaBerberian peaBerberian added script Relative to the RxPlayer's scripts (e.g. build scripts, release scripts etc.) Priority: 1 (High) This issue or PR has a high priority. labels Oct 16, 2024
@peaBerberian peaBerberian added this to the 3.33.4 milestone Oct 16, 2024
@peaBerberian
Copy link
Collaborator Author

in make-dev-releases the message is "Please enter the wanted version number (example: 4.12.1)", but it should probably mention v3 as example

Yes, done!

@peaBerberian peaBerberian merged commit 5b13b10 into legacy-v3 Oct 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 1 (High) This issue or PR has a high priority. script Relative to the RxPlayer's scripts (e.g. build scripts, release scripts etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants