Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 2.55 KB

Changelog

[0.0.7]

  • Updates for tauri.js 0.10.0 and tauri-core 0.8.0.
    • 4c37642 fix(action) update to latest tauri.js and tauri versions on 2020-07-22

[0.0.6]

  • Fixes the includeDebug input usage.
    • 58d7b86 fix(action) includeDebug usage on 2020-07-12
  • Update @actions/github package version to v4.
    • 2e93aab refactor(action) update @actions/github to v4 (#13) on 2020-07-12

[0.0.5]

  • Adds support to tauri listed as a dev dependency on package.json.
    • a14bbef feat(action) add support to devDependencies' tauri on 2020-07-12
  • Fixes the macOS .app compression to tar when using includeDebug.
    • 52c88ce fix(action) macOS .app compression with includeDir= true on 2020-07-12

[0.0.4]

  • Fixes the action build script.
    • 981f369 fix(action) build script on 2020-07-12

[0.0.3]

  • Build action on preversion so we can't forget to build when a version is updated.
    • af79aee chore: build action on version (#7) on 2020-07-12
  • Adds an option to run a custom package.json script with the npmScript input.
    • f91ad8d feat(action) add option to run custom package.json script (#8) on 2020-07-12
  • Adds an option to include a debug build with the includeDebug (bool) input.
    • a6b824c feat(action) add option to include a debug build (#6) on 2020-07-12

[0.0.2]

  • Implement covector for change management and git tag creation.
    • f6ce359 change file on 2020-07-11