auth0 / auth0-angular

Auth0 SDK for Angular Single Page Applications
MIT License
174 stars 57 forks source link

Updated release process to be automated #547

Closed frederikprijck closed 7 months ago

frederikprijck commented 7 months ago

Description

Update release process to be automated by adding the required workflow and actions, as well as a .version file. This also adds a current-working directory to the publish command to ensure we publish the correct files.

This also ensures we can use npm run build for the production build rather than npm run build:prod.

Additionally, I removed some files that are no longer used.

Checklist