Ishadijcks / MooLite

Open source Milky Way Idle client
11 stars 4 forks source link

Add standardized author system to credit plugin developers #102

Closed Ishadijcks closed 1 year ago

Ishadijcks commented 1 year ago

Each plugin can have the following attribute credits


export interface Credits {
  // The original creator of the plugin, this can never change.
  author: string;

  // The current developer of the plugin, changes when the author is no longer interested.
  maintainer: string;

  // Anyone who ever did anything to aid this plugin, add your own name if fix something here.
  contributors: string[]
}
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: