Is your feature request related to a problem? Please describe.
People developing EW stories for their website need consistent story formats to build against. As the EW development team, we need to be able to continue to add features and fix bugs without breaking people's existing stories. As such, we need a proper release process for both EW users and developers.
Describe the solution you'd like
We should ust GitHub releases to carefully control the story format URLs we use in the documentation and client training.
Describe alternatives you've considered
The current solution of having the version hard coded as a directory name means we would need to keep all versions up in perpituity. This is very brittle.
Suggested steps
Is your feature request related to a problem? Please describe.
People developing EW stories for their website need consistent story formats to build against. As the EW development team, we need to be able to continue to add features and fix bugs without breaking people's existing stories. As such, we need a proper release process for both EW users and developers.
Describe the solution you'd like
We should ust GitHub releases to carefully control the story format URLs we use in the documentation and client training.
Describe alternatives you've considered
The current solution of having the version hard coded as a directory name means we would need to keep all versions up in perpituity. This is very brittle.
Suggested steps
/dist/enquirywitch-0.0.1to simply/distv0.0.1tag to version the current releaserelease-drafterto this repo (see imok for example) and begin using semantic versioning going forwards