azavea / fb-gender-survey-dashboard

Interactive exploration of global results from the Facebook "Survey on Gender Equality At Home
https://gender-survey-dashboard.netlify.app/
Apache License 2.0
2 stars 2 forks source link

Release 1.3.1 #101

Closed TaiWilkin closed 3 years ago

TaiWilkin commented 3 years ago

Overview

Releases for this frontend only app require that commits in develop are merged to master. Netlify manages the CI and deploy process when new commits are added to master. These instructions assume the git flow tool is installed on your workstation, and the default values applied from git flow init.

Substitute 1.3.1 below for the version for this release.

Steps

git flow release start 1.3.1
git status # Is the git staging area clean?
git add CHANGELOG.md
git commit -m "1.3.1"
git flow release publish 1.3.1
git flow release finish -p 1.3.1