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

feat: added publish workflow #79

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Conversation

manchenkoff
Copy link
Owner

@manchenkoff manchenkoff commented Apr 18, 2024

Is your PR related to a specific issue/feature? Please describe and mention issues.

Closes #46. Added GitHub action to publish new package by running the following commands:

  • checkout
  • setup node v20
  • install dependencies via yarn
  • validate package (prettier, linter, vue-tsc, vitest)
  • build package (nuxt prepack)
  • generate changelog
  • push changes
  • create GitHub release
  • publish to npm

Checklist:

  • Code style and linters are passing
  • Backwards compatibility is maintained
  • Requires documentation to be updated

@manchenkoff manchenkoff added the enhancement New feature or request label Apr 18, 2024
@manchenkoff manchenkoff self-assigned this Apr 18, 2024
@manchenkoff manchenkoff linked an issue Apr 18, 2024 that may be closed by this pull request
@manchenkoff manchenkoff merged commit 49c0c8c into main Apr 20, 2024
1 check passed
@manchenkoff manchenkoff deleted the 46-ci-setup-publish-workflow branch April 20, 2024 17:06
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.

[CI] Setup publish workflow
1 participant