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.
2 parents de5369f + 5644631 commit a7b7cb2Copy full SHA for a7b7cb2
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