I'm working on monorepo with multiple projects. When publishing a new package, a GH release is being created with a name defaulting to {package.name}@{version}. Would it be possible to add a feature to map this default naming?
Potentially, the action could accept a json map of { [package.name]: title }, then check this map and apply the title here, with a fallback to current format if not found/empty