Skip to content

Commit

Permalink
Prepare for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpalermo committed Dec 29, 2017
1 parent 10f5024 commit 5b2b8f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- No changes documented yet

## [0.4.0] - 2017-12-29

- Removed installation exe
- Removed Excel-to-XML functionality (temporarily?)
- Simplified build process
- Simplified README

## [0.3.0] - 2017-04-05

- Added an installation exe
Expand All @@ -19,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added a Ribbon UI interface
- README improvements

[Unreleased]: https://github.com/spences10/VBA-IDE-Code-Export
[0.3.0]: https://github.com/spences10/VBA-IDE-Code-Export/releases/tag/v0.3.0
[0.2.0]: https://github.com/spences10/VBA-IDE-Code-Export/releases/tag/v0.2.0
[Unreleased]: https://github.com/mattpalermo/VBA-Import-Export
[0.4.0]: https://github.com/mattpalermo/VBA-Import-Export/releases/tag/v0.4.0
[0.3.0]: https://github.com/mattpalermo/VBA-Import-Export/releases/tag/v0.3.0
[0.2.0]: https://github.com/mattpalermo/VBA-Import-Export/releases/tag/v0.2.0
12 changes: 8 additions & 4 deletions doc/release-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ Steps to take to create a new release:

1. Choose a version number following the
[semantic versioning](http://semver.org) guidelines.
2. Build the `VBA-IDE-Code-Export.xlsm` workbook. Don't forget to set a
2. Update [CHANGELOG.md](../CHANGELOG.md).
3. Build the `VBA-Import-Export.xlsm` workbook. Don't forget to set a
VBA Project password of "123".
4. Create a new GitHub release:
4. From this, create the `VBA-Import-Export.xlam` file.
5. Install `VBA-Import-Export.xlam` and test on
[test-projects/comprehensive](../test-projects/comprehensive)
6. 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 `VBA-IDE-Code-Export.xlam` as a downloadable binary.
5. Cheer and celebrate loudly about another great release. Let it be known!
* Attach `VBA-Import-Export.xlam` as a downloadable binary.
7. Cheer and celebrate loudly about another great release. Let it be known!

0 comments on commit 5b2b8f7

Please sign in to comment.