eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

clean up pipeline scripts and allow usage of semantic versioning #268

Closed Freezor closed 5 months ago

Freezor commented 5 months ago

Update the process for creating versions:

  1. Update the Changelog
    • Move all current changes to the [Released] section in the changelog.
    • Determine the new version number based on semantic versioning and add the release date.
  2. Update the Version Configuration
  3. Push Changes
    • Push these changes to the branch you want to release from (main/develop/or your branch).
  4. Create a New Version Tag on GitHub
    • Go to GitHub and create a new version tag on the branch. This tag should be the full version string, such as "0.3.0-1-aasV3-alpha-develop". The build number can be omitted in the tag name.