Skip to content

Releases: filecoin-project/unified-github-workflows

v1.0.33

08 Sep 22:19
a30495c
Compare
Choose a tag to compare

Fixed

  • fixed outputs population in the releaser workflow

v1.0.32

25 Aug 22:20
Compare
Choose a tag to compare

Changed

  • do not recurse submodules when fetching the base SHA in the go-check workflow

v1.0.30

18 Aug 22:18
6489d03
Compare
Choose a tag to compare

Added

  • release output to the js-test-and-release workflow which is true if the workflow was triggered by a release branch

v1.0.29

04 Aug 22:23
a1d4eee
Compare
Choose a tag to compare

Changed

  • skip 32-bit tests in the go-test workflow by default (they can still be enabled by setting skip32bit to false in the go-test-config.json)

v1.0.28

21 Jul 22:22
fd7890b
Compare
Choose a tag to compare

Added

  • new spellcheck workflow template that uses cspell to check spelling

v1.0.27

30 Jun 22:20
Compare
Choose a tag to compare

Fixed

  • fixed the latest version check in the releaser workflow

v1.0.26

16 Jun 22:20
Compare
Choose a tag to compare

Changed

  • updated the body of the issues created by the tagpush workflow

v1.0.22

24 Mar 22:19
9696f71
Compare
Choose a tag to compare

Added

  • .github/uci.yml template
  • .github/workflows/generated-pr.yml template
  • .github/workflows/stale.yml template
  • .github/workflows/semantic-pull-request.yml template
  • caching of repository info to reduce the number of GitHub API calls made by the process workflow
  • copying of .github/uci.yml template to the repository when web3-bot is added as a collaborator (for orgs/repositories not managed by DX)

v1.0.20

17 Mar 22:19
Compare
Choose a tag to compare

Added

  • an optional draft input to the releaser workflow

v1.0.19

24 Feb 10:41
4c26897
Compare
Choose a tag to compare

Added

  • an optional spell-check step to the js-test-and-release workflow

Changed

  • made build the job the other jobs depend on in the js-test-and-release workflow to improve caching