New release - HetBenkt/DQL-Tester-FX GitHub Wiki

These are the basic steps for creating a new release

  • Pull all the latest commits git pull
  • Update version tag in pom.xml <version>v0.1-alpha</version>
  • Create a source control version tag git tag -a v0.1-alpha -m "comment"
  • Do a Maven clean package mvn clean package
  • Test the functionality
  • Commit and push git commit & git push
  • Create a new release on Releases
  • Upload the new JAR file as resource to this release
⚠️ **GitHub.com Fallback** ⚠️