GH Actions release + Changelog integration (#3)

This commit is contained in:
Jakub Chrzanowski
2020-06-16 11:09:54 +02:00
committed by GitHub
parent 4aa3db2ba6
commit 67df09b137
6 changed files with 130 additions and 35 deletions

View File

@@ -6,6 +6,6 @@ import org.jetbrains.plugins.template.TemplateBundle
class MyProjectService(project: Project) {
init {
println(TemplateBundle.message("projectService", project.name))
println(TemplateBundle.message("projectService", project.name))
}
}