Skip to content

Commit

Permalink
Merge pull request #1823 from jecisc/author
Browse files Browse the repository at this point in the history
Remove dependency to Author
  • Loading branch information
Ducasse authored May 26, 2024
2 parents 1d25437 + a6b2081 commit 2644368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg/IceMCVersionInfo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ IceMCVersionInfo >> fromPackage: aPackage message: commitMessage [
To improve this implementation we should review the fileout process."

name := ('{1}-{2}.{3}' format: {aPackage name. Author fullName. 'unknown'}).
name := ('{1}-{2}.{3}' format: {aPackage name. 'CompatibleUserName'. 'unknown'}).
package := aPackage.
message := commitMessage.
id := UUID new
Expand Down

0 comments on commit 2644368

Please sign in to comment.