Skip to content

Commit

Permalink
Add more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tregub committed May 30, 2020
1 parent 03e5691 commit 3c15c15
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
11 changes: 11 additions & 0 deletions src/dbup-cli/How-to-create-a-new-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# How to create a new release

1. Open Project Properties and update version, release notes, tags and so on
1. Build a NuGet-package as described in the [README](./README.md) file.
1. Update `/build/PackDbUp.cmd` and build standalone utility as described in this [README](../../build/README.md).
1. Update Release Notes on the project main [README](https://github.com/drwatson1/dbup-cli/blob/master/README.md) page.
1. Update Wiki-pages if needed
1. Publish NuGet-package. Dont't remember to add additional documentation from the main [README](https://github.com/drwatson1/dbup-cli/blob/master/README.md) page.
1. Commit and push all changes
1. Merge the branch to the master
1. Create a new release on GitHub. Don't remember to add the standalone utility for .NetFramework 4.6.2 from `build` folder and the NuGet-package
11 changes: 8 additions & 3 deletions src/dbup-cli/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,15 @@ v.1.1

[x] Support of PostgreSql

v.1.2
v.1.3

[ ] Support of MySql
[x] Support of MySql

v.Next

[ ] Backup a DB before upgrade
[ ] Drop database for PostgreSQL and MySQL
[ ] Backup a database
[ ] Automatic backup a database before upgrade
[ ] Support of Sqlite
[ ] Build with .Net Core 3.1
[ ] Automate build and release

0 comments on commit 3c15c15

Please sign in to comment.