Skip to content

Commit e4c49cb

Browse files
committed
Add release TODO note
1 parent e6402d9 commit e4c49cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,15 @@ for non-critical data.
106106
#### HKDF
107107

108108
#### Development TODOs
109+
110+
For actual releases we'll want a versioned script package.
111+
Write a release generation script that copies only the needed
112+
script files into a versioned directory and compiles the release.
113+
114+
1. Grab version tag from Git.
115+
2. Copy and rename files with the version appended.
116+
3. Final result should be something like FCrypto_0_1_0.u.
117+
118+
This allows us to release new versions without causing compatibility
119+
issues with older versions while also discarding development and testing
120+
only files from the final release.

0 commit comments

Comments
 (0)