move release guide to dev docs

This commit is contained in:
Scott Fennell 2022-11-17 15:51:26 -06:00
parent d9e7ac250d
commit a5412994bf
3 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,5 @@
Link documentation for Trick internals, processes, and plans here.
[Testing](Testing)
[Testing](Testing)
[How to make a new Trick release on GitHub](How-To-Make-A-Release)

View File

@ -7,5 +7,4 @@
01. [How do I exclude code from being processed by Trick?](How-To-Exclude-Code)
01. [How do I create a model library to save compilation time?](/trick/documentation/building_a_simulation/Trickified-Project-Libraries)
01. [How do I use inherited templates in the input file?](How-To-Use-Inherited-Templates)
01. [How do I make a new Trick release on GitHub?](How-To-Make-A-Release)
01. [How to Dump a Core-file on MacOS](How-to-dump-core-file-on-MacOS)