BenTBCampbell / Software-Engineering

Franciscan software engineering class group project.
GNU General Public License v3.0
5 stars 1 forks source link

Move release from the wiki to a Github tag #9

Closed 2br-2b closed 3 years ago

2br-2b commented 3 years ago

Right now, you have your project in the wiki. Instead, these should be tags and/or releases on Github. This lets you keep track of what commits were made at the point you compile the apk, and what commits have been made since the release. It's also common practice on Github.

See https://www.toolsqa.com/git/github-tags/ and https://www.toolsqa.com/git/github-releases/ for more info on this.

BenTBCampbell commented 3 years ago

Thanks John! We didn't know about releases, but it was pretty quick to make, so I just did it. I think I'll leave the wiki up as well for the non tech-saavy users.