Skip to content

Commit b41d9b1

Browse files
committed
Set next version to 1.0.0
1 parent 59681de commit b41d9b1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

GitVersion.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
next-version: 1.0.0
2+
branches: {}
3+
ignore:
4+
sha: []
5+
merge-message-formats: {}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The binaries are provided in the form of a zip which includes single-file execut
4141
## Documentation
4242
- [Getting started with template generation](doc/gettingStarted.md)
4343
- [Built in functions and helpers](doc/builtIns.md)
44-
- [Evironment variables and user-definitions](doc/environmentAndDefinitions.md)
44+
- [Environment variables and user-definitions](doc/environmentAndDefinitions.md)
4545
- [Multiple models and/or output files](doc/multiModel.md)
4646

4747
- [Creating and using library functions](doc/userlibrary.md)

doc/gettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting started
22

3-
*The easiest way to get started with Textrude and Scriban is to play with TextrudeInteractive but if you want to charge ahead and use the commmand-line tool, refer to TODO*
3+
*The easiest way to get started with Textrude and Scriban is to play with TextrudeInteractive but if you want to charge ahead and use the commmand-line tool, refer to the build-system integration documentation*
44

55

66
## Understanding the template flow

0 commit comments

Comments
 (0)