From 3c15c155f96ffb50dae96807cb2dc200f34fad31 Mon Sep 17 00:00:00 2001 From: Sergey Tregub Date: Sat, 30 May 2020 19:50:04 +0300 Subject: [PATCH] Add more documentation --- src/dbup-cli/How-to-create-a-new-release.md | 11 +++++++++++ src/dbup-cli/ROADMAP.md | 11 ++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 src/dbup-cli/How-to-create-a-new-release.md diff --git a/src/dbup-cli/How-to-create-a-new-release.md b/src/dbup-cli/How-to-create-a-new-release.md new file mode 100644 index 0000000..6be7df3 --- /dev/null +++ b/src/dbup-cli/How-to-create-a-new-release.md @@ -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 diff --git a/src/dbup-cli/ROADMAP.md b/src/dbup-cli/ROADMAP.md index cb6f760..ea15b4d 100644 --- a/src/dbup-cli/ROADMAP.md +++ b/src/dbup-cli/ROADMAP.md @@ -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