18.01.2020 Views

Working with Linux

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

This switches us over to our release/1.0.0 branch. Let's add a releasenotes.txt file to show

what has changed in this release. Added more bugs…Hopefully not!

Let's commit the file.

This is usually the case when you start to run your integration and stress testing, to see if all is well

and to check that there are no bugs.

After the testing is finished, we go ahead and finish our release branch:

git flow release finish 1.0.0

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!