We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5369f commit 5644631Copy full SHA for 5644631
codemeta/codemeta.go
@@ -91,6 +91,9 @@ doi: %s`, doi))...)
91
if cm.Version != "" {
92
src = append(src, []byte(fmt.Sprintf(`
93
version: %s`, cm.Version))...)
94
+ if cm.Name != "" {
95
+ src = append(src, []byte(fmt.Sprintf(`
96
+title: %s`, cm.Name))...)
97
}
98
if cm.Published != "" {
99
0 commit comments