Skip to content

0.15.0

Compare
Choose a tag to compare
@nmiyake nmiyake released this 24 Apr 08:35
· 660 commits to master since this release
  • dist
    • Added os-arch-bin as a dist type
      • Packages only the generated executable (and any dependent executables if specified)
      • Supports generating multiple artifacts (one per OS/Arch combination)
      • When published, all artifacts for the distribution are uploaded with a single POM file (the OS/Arch suffix acts as a classifier)
    • Added general support for dist types that generate more than one output
  • publish
    • Added github publish type
      • Supports generating a new GitHub release using the product version and uploading artifacts to the release
  • Refactored parts of the dist and publish code