Change the Changelog field in VersionData struct from a single string to a string array ([]string). This makes it much easier to add new changelog entries without string concatenation.
Change the Changelog field in VersionData struct from a single string to a string array ([]string). This makes it much easier to add new changelog entries without string concatenation.
Sansan
added this to the 5.0.0 milestone 2026-06-08 20:06:53 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Change the Changelog field in VersionData struct from a single string to a string array ([]string). This makes it much easier to add new changelog entries without string concatenation.