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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes release workflow to tag on every push to master #398

Merged
merged 1 commit into from Sep 4, 2022

Conversation

alejandrohdezma
Copy link
Member

馃殌 What has been done in this PR?

Changes release process to use https://github.com/int128/release-typescript-action. Using this action simplifies the process of releasing a new version:

  • Gets rid of the dist folder in the master branch. This folder will only be generated in tags commits.
  • Automatically releases the next minor version on every push to master (v2.10.0 to v2.11.0).
  • Automatically updates major version tag to point to latest minor.
  • When we need to change to v3 we just need to change major-version: 2 to major-version: 3.

Copy link
Contributor

@exoego exoego left a comment

Choose a reason for hiding this comment

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

LGTM

@alejandrohdezma alejandrohdezma merged commit 4da08b3 into master Sep 4, 2022
@alejandrohdezma alejandrohdezma deleted the new-release-process branch September 4, 2022 11:12
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.

None yet

2 participants