Skip to content

Commit c2e8135

Browse files
committed
docs: mixed tabs/spaces in ReleasesProcess.md
1 parent b30010b commit c2e8135

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/changelogs/ReleaseProcess.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,32 @@
2424
### Main repository
2525
1. Merge PR
2626
2. Create release with new tag
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
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
3232
3. delete `rc-` branch if merging from one
3333

3434
### Windows executables build and upload
3535
After posting and tagging release
3636
1. Pull main and tags
37-
* `git fetch --tags OpenFAST`
38-
* `git fetch OpenFAST main:main`
39-
* `git checkout main`
37+
* `git fetch --tags OpenFAST`
38+
* `git fetch OpenFAST main:main`
39+
* `git checkout main`
4040
2. Delete `vs-build` and checkout again
41-
* `rm -rf vs-build`
42-
* `git checkout vs-build`
41+
* `rm -rf vs-build`
42+
* `git checkout vs-build`
4343
3. Set a couple of VS files to not track changes on files that VS wants to update Windows related stuff in
44-
```
44+
```
4545
git update-index --assume-unchanged vs-build/MAPlib/MAP_dll.vcxproj vs-uild/Registry/FAST_Registry.vcxproj
46-
```
46+
```
4747

4848
4. Compile executables for Windows builds
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
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
5353
- [ ] AeroDyn_Driver_x64.exe
5454
- [ ] AeroDyn_Driver_x64_OpenMP.exe
5555
- [ ] AeroDyn_Inflow_C_Binding_x64.dll
@@ -71,11 +71,11 @@ After posting and tagging release
7171
- [ ] MoorDyn_C_Binding_x64.dll
7272
- [ ] OpenFAST-Simulink_x64.dll -- change `additional dependencies` in the `OpenFAST-Simulink` project in `FAST` to point to correct install of MATLAB
7373
- [ ] openfast_x64.exe
74-
- [ ] SeaStateDriver_x64.exe
75-
- [ ] SimpleElastoDyn_x64.exe
76-
- [ ] SubDyn_x64.exe
74+
- [ ] SeaStateDriver_x64.exe
75+
- [ ] SimpleElastoDyn_x64.exe
76+
- [ ] SubDyn_x64.exe
7777
- [ ] Turbsim_x64.exe
78-
- [ ] UnsteadyAero_x64.exe
78+
- [ ] UnsteadyAero_x64.exe
7979
5. Upload all filesUnset the no tracking of files
8080
```
8181
git ls-files -v | grep "^[a-z]"

0 commit comments

Comments
 (0)