We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6402d9 commit e4c49cbCopy full SHA for e4c49cb
README.md
@@ -106,3 +106,15 @@ for non-critical data.
106
#### HKDF
107
108
#### 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