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

Add CI/CD for publish NPM after push tag or merged #5

Open
ans-4175 opened this issue Jan 15, 2020 · 2 comments
Open

Add CI/CD for publish NPM after push tag or merged #5

ans-4175 opened this issue Jan 15, 2020 · 2 comments

Comments

@ans-4175
Copy link
Member

To ease publish burden from maintaner. So pipeline will automate anything that merged onto master branch

@ajiagahari
Copy link
Collaborator

to make CI/CD more meaning, we need testing...

@yuhanasy
Copy link
Collaborator

Another reason is, maybe somehow we don't want to publish directly everytime we merging new feature. Maybe there must some other updates until we ready to publish the new version.
Of course, it will be solved by using tag as trigger.

But, in here I propose another way, which I think it's as simple as doing git tag and git push --tag, as in this PR #20 .

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

No branches or pull requests

3 participants