Skip to content

Releases: posit-dev/publisher

v0.0.dev1

18 Oct 15:09
55a97b9
Compare
Choose a tag to compare
v0.0.dev1 Pre-release
Pre-release
Adds release CI and modifies existing build tooling (#264)

This change adds new tooling to "release" built executables via GitHub Actions and GitHub Release. This change also refactors existing build tooling to accommodate the following:
- Changes the executable name to include the version identifier.
- Changes the structure of the bin directory.
- Reduces duplicate GitHub Action workflows via workflow calls.
- Changes Docker image cache strategy to use the GHA backend.
- Refactors the Dockerfile to use Ubuntu for CI.
- Isolates Cypress tooling in `./test/cy.`
- Isolates Bats tooling in `./test/bats.`
- Fixes various issues in Justfiles to properly work in Docker.
- Defaults the env `DOCKER` variable to false when env `CI` is false.

v0.0.dev0

27 Sep 19:32
Compare
Choose a tag to compare
v0.0.dev0 Pre-release
Pre-release
Adds scripts to determine release stage.