ember-cli / ember-page-title

Page title management for Ember.js Apps
https://ember-cli.github.io/ember-page-title/
Other
188 stars 57 forks source link

Add a setup for releasing via tags #261

Closed kategengler closed 1 year ago

kategengler commented 1 year ago
knownasilya commented 1 year ago

@kategengler should the release readme mention how the automated publish works?

For example if I merge a pr with Breaking and then 10 minutes later merge another pr with Breaking, will that auto publish two new major versions?

kategengler commented 1 year ago

This is not automated publishing. A person still needs to run npx release-it to create & push the tag that will trigger CI to publish. Details are in the RELEASE.md that is added

kategengler commented 1 year ago

Taking that <3 as approval to merge ;)