551 . Create release changelog.md
662 . Post PR with contents of the changelog/release notes
773 . Get reviews and address all issues
8+ 4 . Add changelog for the release -- include all PR's that will be included
89
910### PR branch updates
10111 . checkout branch to merge in and verify builds on VS if any changes for VS or new files added
2324### Main repository
24251 . Merge PR
25262 . Create release with new tag
26- * Copy ` Changelog ` section down from the changlog.md file to release notes
27- * add short intro section at top with 2 sentence synopsis (see prior release for this)
28- * copy ` Precompiled Windows Binaries ` section from prior release, and update as needed into the release notes
29- * check the ` create discussion ` box
30- * Post
27+ * Copy `Changelog` section down from the changlog.md file to release notes
28+ * add short intro section at top with 2 sentence synopsis (see prior release for this)
29+ * copy `Precompiled Windows Binaries` section from prior release, and update as needed into the release notes
30+ * check the `create discussion` box
31+ * Post
31323 . delete ` rc- ` branch if merging from one
3233
3334### Windows executables build and upload
3435After posting and tagging release
35361 . Pull main and tags
36- * ` git fetch --tags OpenFAST `
37- * ` git fetch OpenFAST main:main `
38- * ` git checkout main `
37+ * `git fetch --tags OpenFAST`
38+ * `git fetch OpenFAST main:main`
39+ * `git checkout main`
39402 . Delete ` vs-build ` and checkout again
40- * ` rm -rf vs-build `
41- * ` git checkout vs-build `
41+ * `rm -rf vs-build`
42+ * `git checkout vs-build`
42433 . Set a couple of VS files to not track changes on files that VS wants to update Windows related stuff in
43- ```
44+ ```
4445 git update-index --assume-unchanged vs-build/MAPlib/MAP_dll.vcxproj vs-uild/Registry/FAST_Registry.vcxproj
45- ```
46+ ```
4647
47484 . Compile executables for Windows builds
48- * Run one of the executables and check the version info. Muck about with VS if there is an issue.
49- * Also run ` dumpbin.exe /dependents <exe>.exe ` to check static linking
50- * NOTE: build the simulink last -- it messes up some things otherwise
49+ * Run one of the executables and check the version info. Muck about with VS if there is an issue.
50+ * Also run `dumpbin.exe /dependents <exe>.exe` to check static linking
51+ * NOTE: build the simulink last -- it messes up some things otherwise
52+ - [ ] AeroDisk_Driver_x64.exe
5153 - [ ] AeroDyn_Driver_x64.exe
5254 - [ ] AeroDyn_Driver_x64_OpenMP.exe
5355 - [ ] AeroDyn_Inflow_C_Binding_x64.dll
@@ -69,9 +71,11 @@ After posting and tagging release
6971 - [ ] MoorDyn_C_Binding_x64.dll
7072 - [ ] OpenFAST-Simulink_x64.dll -- change `additional dependencies` in the `OpenFAST-Simulink` project in `FAST` to point to correct install of MATLAB
7173 - [ ] openfast_x64.exe
72- - [ ] SubDyn_x64.exe
74+ - [ ] SeaStateDriver_x64.exe
75+ - [ ] SimpleElastoDyn_x64.exe
76+ - [ ] SubDyn_x64.exe
7377 - [ ] Turbsim_x64.exe
74-
78+ - [ ] UnsteadyAero_x64.exe
75795 . Upload all filesUnset the no tracking of files
7680 ```
7781 git ls-files -v | grep "^[a-z]"
0 commit comments