You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new page on the website where a human can add the release notes. It should both be readable by humans and provide a way to download them programmatically. You should be able to jump straight to a specific version with a link like bricksim.org/release-notes#v0.1.0
Add a new job to the workflow cmake_build.yml . It should depend on all createInstaller* and test* jobs and only run if a new tag like v1.2.3 was created. It should download all installers and create a new release on GitHub with all installers. When the release notes already are on the website, it should add them to the mesage of the GitHub release. Otherwise it should just add a link to the release notes on the website.
The text was updated successfully, but these errors were encountered:
Add a new page on the website where a human can add the release notes. It should both be readable by humans and provide a way to download them programmatically. You should be able to jump straight to a specific version with a link like
bricksim.org/release-notes#v0.1.0
Add a new job to the workflow
cmake_build.yml
. It should depend on allcreateInstaller*
andtest*
jobs and only run if a new tag likev1.2.3
was created. It should download all installers and create a new release on GitHub with all installers. When the release notes already are on the website, it should add them to the mesage of the GitHub release. Otherwise it should just add a link to the release notes on the website.The text was updated successfully, but these errors were encountered: