You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
To ease publish burden from maintaner. So pipeline will automate anything that merged onto master branch
The text was updated successfully, but these errors were encountered: