Skip to content

Releases: nrkno/github-workflow-semantic-release

v3.0.1

07 Mar 09:06
5cad413
Compare
Choose a tag to compare

3.0.1 (2024-03-07)

  • don't check out workflow (#102) (4ecee4a)

  • re-add nonredundant .releaserc.json file (#99) (2beabf7)

  • remove node.js setup, it is provided by codfish action (#100) (4220c1a)

  • removing redundant files (#98) (268fe53)

  • set runs-on default to ubuntu-latest (#97) (0789479)

  • fix: set runs-on default to ubuntu-latest

Riktig tags for å kjøre på interne runners er [nrk-azure-intern, linux], nrk-azure-intern holder ikke.
Ser ingen grunn til at vi ikke kan defaulte til hosted

v3.0

12 Feb 13:45
5cad413
Compare
Choose a tag to compare
v3.0

v3.0.0

09 Feb 14:27
Compare
Choose a tag to compare

Try to make Dependabot discover new version by bumping major

v2.1.0

29 Aug 12:13
Compare
Choose a tag to compare

2.1.0 (2023-08-29)

  • always output version (d3ccbeb)
    always print versions to output regardless of new release or not

v2.0.1

21 Aug 08:06
Compare
Choose a tag to compare

2.0.1 (2023-08-21)

  • increase max footer line length (e5025e8)

v2.0.0

22 May 10:22
Compare
Choose a tag to compare

2.0.0 (2023-05-22)

v1.8.0

11 May 10:14
Compare
Choose a tag to compare

1.8.0 (2023-05-11)

  • add option to enable/disable linting (d16eaae)
    To mitigate rate-limit error. default value is true, should not break
    older implementations of this workflow

v1.7.0

02 May 08:52
Compare
Choose a tag to compare

1.7.0 (2023-05-02)

  • disable release comment post on PRs (f6b56b7)

  • add missing comma in releaserc (5030db9)
    Missing comma after f6b56b7

v1.6.1

24 Mar 10:24
Compare
Choose a tag to compare

1.6.1 (2023-03-24)

  • set correct team for reviews of pullrequests (e9696be)

v1.6.0

22 Mar 13:25
Compare
Choose a tag to compare

1.6.0 (2023-03-22)

  • include body of commit message in release notes (fa5f4e2)
    Include the full commit message body in the release notes, so that we
    get all relevant information in the release and changelog.