spences10 / VBA-IDE-Code-Export

Export & Import VBA code for use with Git (or any VCS)
MIT License
120 stars 34 forks source link

Documentation: Add release instructions #41

Closed mattpalermo closed 7 years ago

mattpalermo commented 7 years ago

Need to document the exact steps for a release so that releases are repeatable.

For the last release I did the following

There isn't any version numbers in the source code to change... I don't think.

spences10 commented 7 years ago

No there's nothing in the code in the way of version numbers, I always found that if there isn't a build process that takes care of releases then incrementation gets left out and there then has to be a release to update the version number left from the last release, lol!

I'm not sure what CI tools we could use for the build of the vba-ide-code export tool, but agree that semantic versioning should be used

mattpalermo commented 7 years ago

I don't think there would be any CI tools for us to use since our build involves using Excel and using CodeExport. Unless we created a custom solution, but that seems too much.

mattpalermo commented 7 years ago

Closed by PR #65

mattpalermo commented 7 years ago

Closed by PR #65