Skip to content

SBCOSS-509 Added github actions for publishing to npm#128

Merged
HarishGangula merged 2 commits intoSunbird-Knowlg:release-8.0.0from
Deeksha1502:publish-npm
Jun 4, 2025
Merged

SBCOSS-509 Added github actions for publishing to npm#128
HarishGangula merged 2 commits intoSunbird-Knowlg:release-8.0.0from
Deeksha1502:publish-npm

Conversation

@Deeksha1502
Copy link
Copy Markdown
Contributor

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Type of change

Please choose appropriate options.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes in the below checkboxes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Ran Test A
  • Ran Test B

Test Configuration:

  • Software versions:
  • Hardware versions:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@HarishGangula HarishGangula requested a review from Copilot June 4, 2025 05:18
@HarishGangula HarishGangula changed the title SBCOSS-509: Added github actions for publishing to npm SBCOSS-509 Added github actions for publishing to npm Jun 4, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces automated npm publishing workflows and updates package versions to align with the new release process.

  • Bumps version for the web component (1.0.1 → 1.5.0) and core library (5.5.1 → 8.0.0)
  • Adds two GitHub Actions workflows to publish the web component and module to npm on tag pushes

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

File Description
web-component/package.json Updated package version to 1.5.0
projects/sunbird-pdf-player/package.json Updated package version to 8.0.0
.github/workflows/publish_web_component.yml New workflow to build and publish the web component
.github/workflows/publish_module.yml New workflow to build and publish the core module
Comments suppressed due to low confidence (1)

.github/workflows/publish_module.yml:1

  • [nitpick] The workflow name repeats "sunbird"; consider renaming to something like Publish sunbird-pdf-player for clarity.
name: publish sunbird-sunbird-pdf-player

Comment thread .github/workflows/publish_module.yml Outdated
Comment thread .github/workflows/publish_module.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@HarishGangula HarishGangula merged commit aeb693d into Sunbird-Knowlg:release-8.0.0 Jun 4, 2025
1 check failed
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.

3 participants