beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
3 stars 0 forks source link

Fix Changelogs #3453

Open cdhanna opened 1 month ago

cdhanna commented 1 month ago

The CLI changelogs have not been released for 2.0, which is bad. However, if we did release them, then the https://beamable.github.io/changes/?preview site would break, because we are interlacing the changelogs.

  1. we need to actually finalize the 2.0 changes for the CLI changelog file, and commit those.
  2. we need to include a "push changelog" step in the release-nuget.yml file that will take the changelog file and commit it to the changelog repo
  3. we need to modify the svelte app to actually render the changelogs correctly.