Skip to content

Releases: dolittle/establish-context-action

Release v2.5.7

05 Dec 20:15
Compare
Choose a tag to compare

Summary

Fixes the scripts and workflows

Release v2.5.6

05 Dec 19:58
06132e6
Compare
Choose a tag to compare

Summary

Attempt to fix

Release v2.5.5

05 Dec 15:20
Compare
Choose a tag to compare

Summary

Use node16

Release v2.5.4

05 Dec 15:18
Compare
Choose a tag to compare

Summary

Update dependencies and use latest dolittle typescript packages

Release v2.5.3

25 Nov 08:09
Compare
Choose a tag to compare

Summary

Trims the spaces around prerelease branch names after splitting on comma to allow specifying:

     - name: Establish context
        id: context
        uses: dolittle/establish-context-action@v2
        with:
          prerelease-branches: legolas, gandalf

instead of:

     - name: Establish context
        id: context
        uses: dolittle/establish-context-action@v2
        with:
          prerelease-branches: legolas,gandalf

Fixed

  • Trim spaces around prerelease branch names

Release v2.5.2

18 May 10:44
Compare
Choose a tag to compare

Summary

The main purpose of this PR was to fix an issue we were having when we were releasing fixes while working on a new prerelease in a branch. So for example say we were working on 5.6.0-embeddings while the latest release was on 5.5.2. When we merged in a patch to master, the expected new version should be 5.5.3, but was 5.6.0.

Factored out the fetching of versions from CurrentVersionFinder so that we can write some specs for it, wrote specs, and fixed the implementation. Also cleaned up some documentation to make it all the same (a few different styles floating around), and removed some unused code.

Added

  • IVersionFetcher and implementation GitHubTagsVersionFetcher using existing code.
  • Specifications for CurrentVersionFinder

Fixed

  • CurrentVersionFinder so that it disregards running prereleases when pulling in a normal release. Also found some other potential small issues that we have not encountered.

Release v2.5.1

24 Jan 19:35
Compare
Choose a tag to compare

Fixed

  • Use the correct pull request url

Release v2.5.0

24 Jan 19:28
Compare
Choose a tag to compare

New

  • Add 'pr-url' output which is the url of the merged pull request

Fixed

  • Correctly set the pr-body output

Release v2.4.0

24 Jan 12:03
Compare
Choose a tag to compare
feat: build for release

Release v2.3.7

11 Dec 08:43
Compare
Choose a tag to compare
feat: build for release