Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Files

Latest commit

 

History

History
19 lines (17 loc) · 899 Bytes

release-instructions.md

File metadata and controls

19 lines (17 loc) · 899 Bytes

Release Instructions

Steps to take to create a new release:

  1. Choose a version number following the semantic versioning guidelines.
  2. Update version number in config.iss and git commit the change.
  3. Build the VBA-IDE-Code-Export.xlsm workbook. Don't forget to set a VBA Project password of "123".
  4. Build the installer (CodeExport_setup_1.2.3.exe)
  5. Create a new GitHub release:
    • Create a new tag following a format similar to v1.2.3 (substituting the appropriate version number).
    • Title the release following a format similar to Version 1.2.3 (substituting the appropriate version number).
    • Attach the following as downloadable binaries.
      • CodeExport_setup_1.2.3.exe
      • VBA-IDE-Code-Export.xlam
  6. Cheer and celebrate loudly about another great release. Let it be known!