-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
178 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
ConsoleTools - Release Steps | ||
============================ | ||
|
||
The release process is semiautomated. | ||
There are a few steps that has to be done manually. | ||
|
||
-------------------------------------------------------------------------------- | ||
Local | ||
-------------------------------------------------------------------------------- | ||
|
||
Step 1: Update changelog file. | ||
- File: /doc/changelog.txt | ||
- Add the list of changes. | ||
|
||
|
||
|
||
Step 2: Nuget - Update nuspec file. | ||
- File: /nuget/ConsoleTools.nuspec | ||
- version | ||
- releaseNotes | ||
|
||
Step 3: Nuget - Build nuget package | ||
- Run /nuget/build.bat | ||
|
||
|
||
|
||
Step 4: GitHub - Update package version | ||
- File /release/build.bat | ||
- version | ||
|
||
Step 5: GitHub - Build zip release package | ||
- Run /release/build.bat | ||
|
||
-------------------------------------------------------------------------------- | ||
Internet | ||
-------------------------------------------------------------------------------- | ||
|
||
Step 6: Create GitHub release | ||
www.github.com | ||
|
||
Step 7: Upload nuget package to nuget.com | ||
www.nuget.com | ||
|
||
-------------------------------------------------------------------------------- | ||
Done :) | ||
-------------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ConsoleTools | ||
============ | ||
|
||
A set of tools and "controls" for the .net Console. | ||
It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters