Skip to content

Tags: cwbaker/forge

Tags

v0.10.7

Toggle v0.10.7's commit message
Replace set-output with echo to $GITHUB_OUTPUT

The set-output method is deprecated in favor of echoing to
$GITHUB_OUTPUT for security reasons.

v0.9.7

Toggle v0.9.7's commit message
Count commits from last version change for patch version

The previous commit that collects release notes from the previous
release tag introduced a bug that always sets the patch version to
0.

v0.9.0

Toggle v0.9.0's commit message
Collect release notes from last release tag rather than last version …

…change

v0.8.7

Toggle v0.8.7's commit message
Process assignments and commands in order from the command line

v0.7.26

Toggle v0.7.26's commit message
Revert "Build and upload archives when a release is created"

This reverts commit 6fba1d8.

v0.7.19

Toggle v0.7.19's commit message
Improve transitive dependency tests

v0.7.12

Toggle v0.7.12's commit message
Express transitive static library dependencies in buildfiles

v0.6.18

Toggle v0.6.18's commit message
Fix problems in macOS process spawning

- Avoid closing write end of pipe when it matches user requested FD
- Close all file descriptors by default

v0.6.11

Toggle v0.6.11's commit message
Compile releases for generic x86-64 architecture

Local builds still build, by default, using the native architecture for better
performance.  Releases should better support more general build environments
like Github Actions that might end up using a different architecture than
the machine the release is built on.

v0.6.6

Toggle v0.6.6's commit message
Increase maximum error and output length to 8192 from 1024