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

Added NPM publish workflow #3725

Merged
merged 2 commits into from
Mar 17, 2024
Merged

Added NPM publish workflow #3725

merged 2 commits into from
Mar 17, 2024

Conversation

Razican
Copy link
Member

@Razican Razican commented Mar 7, 2024

This PR adds a release workflow to publish NPM packages on each release in an autonomous way.

@Razican Razican added the enhancement New feature or request label Mar 7, 2024
@Razican Razican requested a review from a team March 7, 2024 20:00
@Razican Razican added this to the v0.18.1 milestone Mar 7, 2024
Copy link

github-actions bot commented Mar 7, 2024

Test262 conformance changes

Test result main count PR count difference
Total 50,268 50,268 0
Passed 42,754 42,754 0
Ignored 1,391 1,391 0
Failed 6,123 6,123 0
Panics 0 0 0
Conformance 85.05% 85.05% 0.00%

@Razican Razican changed the title Added publish workflow Added NPM publish workflow Mar 9, 2024
@Razican Razican requested review from nekevss and a team March 9, 2024 10:05
Copy link
Member

@HalidOdat HalidOdat left a comment

Choose a reason for hiding this comment

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

Nice! looks good to me! :)

Comment on lines +51 to +57
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
profile: minimal
override: true
Copy link
Member

@jedel1043 jedel1043 Mar 10, 2024

Choose a reason for hiding this comment

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

Would prefer that we used Dtolnay's action, since actions-rs repos are unmaintained.

Copy link
Member Author

Choose a reason for hiding this comment

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

I just noticed we are using the actions-rs actions everywhere in our codebase. Should we do this change separately, to migrate to the dtolnay's action?

Copy link
Member

Choose a reason for hiding this comment

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

Yep, that would be preferable.

Copy link
Member

@jedel1043 jedel1043 left a comment

Choose a reason for hiding this comment

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

This will need a follow up PR to remove all actions from actions-rs from the codebase.

@jedel1043 jedel1043 added this pull request to the merge queue Mar 17, 2024
Merged via the queue into main with commit f3dfd58 Mar 17, 2024
13 checks passed
@jedel1043 jedel1043 deleted the npm_auto_publish branch April 2, 2024 22:33
@raskad raskad modified the milestones: v0.18.1, v0.19.0 Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants