Skip to content

v1.1.1 Automated npm Publishing with GitHub Actions

Latest
Compare
Choose a tag to compare
@Kledenai Kledenai released this 10 Jan 04:10

[1.1.1] - 2025-01-10

Added

  • Automation using GitHub Actions to automatically publish to npm when a new release is created.
  • Validates package version to prevent publishing duplicate versions.
  • Executes automated tests (npm test) to ensure package stability.
  • Adds dependency caching to improve CI/CD performance.
  • Configures npm authentication automatically via .npmrc.