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

Feature: action for publishing package update #1546

Merged
merged 7 commits into from
Feb 19, 2021
Merged

Conversation

talyguryn
Copy link
Member

Release publishing

There is an action that fired on a new release publishing on GitHub.

After update merging, when a new package version is ready to be published,
create a new release with the correct version tag.

Use target version changelog as a description.

Then you can publish the release and wait for package publishing via action.

This package version will be published to NPM with default latest tag.

Release candidate publishing

If you want to publish release candidate version, use suffix -rc.* for package version in package.json file and git tag.

This package version will be published to NPM with next tag.

Stable version: 2.19.0
Release candidate: 2.19.1-rc.0, 2.19.1-rc.1, ...
Next version: 2.19.1

Do not forget to mark this release as a pre-release!

docs/releases.md Outdated Show resolved Hide resolved
docs/releases.md Outdated Show resolved Hide resolved
docs/releases.md Show resolved Hide resolved
docs/releases.md Outdated

### Release candidate publishing

If you want to publish release candidate version, use suffix `-rc.*` for package version in package.json file and git tag.
Copy link
Member

Choose a reason for hiding this comment

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

and git tag.

Can't find this step in the example pipeline

talyguryn and others added 3 commits February 19, 2021 16:11
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
@talyguryn talyguryn merged commit 8e4b34a into next Feb 19, 2021
@talyguryn talyguryn deleted the feature/action-publish branch February 19, 2021 15:33
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.

4 participants