Skip to content

Releases: ahmadnassri/action-semantic-release

v1.2.2

18 Sep 05:43
Compare
Choose a tag to compare

1.2.2 (2020-09-18)

Build

  • deps: bump semantic-release from 17.1.1 to 17.1.2 (e214127)

v1.2.1

10 Sep 21:24
Compare
Choose a tag to compare

1.2.1 (2020-09-10)

Build

  • deps: bump node-fetch from 2.6.0 to 2.6.1 (ccb7c9a)

v1.2.0

10 Sep 21:21
f970698
Compare
Choose a tag to compare

1.2.0 (2020-09-10)

Features

  • ruby: updating semantic-release-rubygem-with-pkg-root for releasing rubygems (#8) (f970698)

v1.1.0

09 Sep 14:35
7545312
Compare
Choose a tag to compare

1.1.0 (2020-09-09)

Features

  • ruby: adding semantic-release-rubygem-with-pkg-root for releasing rubygems (#6) (7545312)

v1.0.4

27 Aug 06:04
Compare
Choose a tag to compare

1.0.4 (2020-08-27)

Build

  • deps: bump @actions/core from 1.2.4 to 1.2.5 (3fce624)

v1.0.3

23 Aug 22:24
1eb2a4e
Compare
Choose a tag to compare

1.0.3 (2020-08-23)

Chores

  • docker-compose: use docker-compose for local testing / lint (b45f97b)

CI/CD

  • auto-merge: no need for checkout (14fadd4)
  • auto-merge: use token (f605c9c)

Build

  • deps: bump conventional-changelog-conventionalcommits (#1) (1eb2a4e)

v1.0.2

05 Aug 05:03
Compare
Choose a tag to compare

1.0.2 (2020-08-05)

Docs

  • readme: correct badge for version (aca5779)

v1.0.1

05 Aug 05:00
Compare
Choose a tag to compare

1.0.1 (2020-08-05)

Bug Fixes

  • action: use docker image in action.yaml for simpler user-experience (ffe3f78)

Code Style

  • super-linter: markdown line length is not a hill to die on (e10a9e2)

Docs

  • readme: improve outputs docs (96e9193)

CI/CD

  • auto-merge: include auto-merge (8713970)
  • lint: tweak markdown lint (298da5a)
  • super-linter: improve super-linter run (b92ed11)

Chores

  • action: tweak action.yaml (a209148)

v1.0.0

31 Jul 07:18
Compare
Choose a tag to compare

1.0.0 (2020-07-31)

Features

  • version: parse semver and break it down by component (a982a3a)
  • initial commit (b7eebd5)

Bug Fixes

  • action: compiled dist file should "require" all needed packages (893f808)
  • action: github's understanding of what a "path" value is ... is weird (854dc2c)
  • action: use docker ... because it's the only rational choice (6050341)
  • release: there may not always be a "lastRelease" (5b197c7)

Chores

  • dependabot: clean up (04051b9)
  • license: include license file (d7203b1)

CI/CD

  • action: correct check for published output (fda7f95)
  • action: there is no test job (03719b2)
  • docker: build and publish docker image (0cfbc40)
  • docker: correct output variable name (74f50ec)
  • docker: publish to docker hub and github registry (926336e)
  • release: prefix docker image tags with 'v' and publish a major alias (eef7e61)
  • release: remove extra step (4de1106)
  • super-linter: run super-linter on all branches (f8f0684)

Docs

  • readme: describe the action (9307f78)

Build

  • action: action needs either node_modules or a compiled js file (5128891)
  • action: action.yaml should stick to using Dockerfile (f6433c5)
  • action: describe action outputs (a8bd99e)
  • action: fix yaml text (afca036)
  • action: include action.yml (bff9ba3)
  • action: uses needs a path (8153a28)
  • deps: update dependencies (7ed3886)
  • docker: label docker instance (e70443f)
  • release: we want to see ALL commit info in the changelog (f17a12a)