Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

Look at integrating release-it #22

Open softchris opened 5 years ago

softchris commented 5 years ago

Description

This library facilitates versioning and helps to publish to NPM https://www.npmjs.com/package/release-it

Type of change

Please delete options that are not relevant.

Closing issues

Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).

Assignee

Please add yourself as the assignee

Projects

Please add relevant projects so this issue can be properly tracked.

johnpapa commented 5 years ago

While I like this idea - I am hesitant to automate this until we know exactly what we want our release cycle to include. Then we can automate it.

Thoughts?

sinedied commented 4 years ago

I definitely agree with @johnpapa about the release cycle. Though we could still setup everything to have a semi-automated workflow (aka npm run release and take a ☕️ ) in the meantime. Also I suggest using semantic-release instead of release-it, to push the automation a bit further and reduce the maintenance pain: