Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 18 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: "🔧 setup buildx"
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4

- name: "🔧 cache docker layers"
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand All @@ -48,13 +48,13 @@ jobs:

- name: "🔧 docker meta"
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: ${{ github.repository }}
tags: latest

- name: "📦 docker build"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v7
with:
context: .
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -65,7 +65,7 @@ jobs:
cache-to: type=gha, scope=${{ github.workflow }}

- name: "📂 docker artifacts"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: docker
path: /tmp/docker.tar
Expand All @@ -74,6 +74,13 @@ jobs:
environment:
name: ${{ needs.setup.outputs.DEPLOY_ENVIRONMENT }}
url: https://github.com/${{ github.repository }}/releases/tag/${{ steps.semantic-release.outputs.release-tag }}
permissions:
contents: write
packages: write
attestations: write
issues: write
pull-requests: write
id-token: write
outputs:
release-tag: ${{ steps.semantic-release.outputs.release-tag }}
name: Semantic release
Expand All @@ -84,14 +91,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: "🔧 setup node"
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 23
node-version: 24

- name: "🔧 install npm@latest"
run: npm i -g npm@latest
Expand All @@ -100,7 +107,7 @@ jobs:
uses: bahmutov/npm-install@v1

- name: "📂 download docker artifacts"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: docker
path: /tmp
Expand All @@ -114,7 +121,6 @@ jobs:
id: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx semantic-release

Expand All @@ -132,7 +138,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "♻️ remove build artifacts"
uses: geekyeggo/delete-artifact@v5
uses: geekyeggo/delete-artifact@v6
with:
name: |
docker
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@

> All notable changes to this project will be documented in this file

## [2.0.0-beta.1](https://github.com/TMCB-SPACE/release/compare/v1.2.0...v2.0.0-beta.1) (2026-03-15)

### ⚠ BREAKING CHANGES

* node version updated to 24

### 🍕 Features

* update license and retroactive node version bump ([98a45be](https://github.com/TMCB-SPACE/release/commit/98a45befeebd17b7c6339406563402b160ee1324))

### 🐛 Bug Fixes

* correct package lock on semantic release typescript changes ([db22488](https://github.com/TMCB-SPACE/release/commit/db22488e520ac3e37fd1076f67359682a48b8a1f))
* use trusted publishing for npm publish ([8a064b7](https://github.com/TMCB-SPACE/release/commit/8a064b7a7254298aed44f26407026068d72943b6))

### ✅ Tests

* disable bahmutov action ([d288d5b](https://github.com/TMCB-SPACE/release/commit/d288d5b79b9cfffa2f51ef0b831f0fa8b3bd2d87))
* test cross repo workflow changes ([c7e2e14](https://github.com/TMCB-SPACE/release/commit/c7e2e14364af7611f861b7690c192a3911f6eee0))
* test github workspace ([bd63b72](https://github.com/TMCB-SPACE/release/commit/bd63b72e9fa5ed4bcbac132c8b305461956b49c7))

### 🤖 Build System

* attempt to correct build ([1674f11](https://github.com/TMCB-SPACE/release/commit/1674f1118677fa4bbe98d1b47462e7ac7c1a077b))
* update deps and add safe reverts ([c86a877](https://github.com/TMCB-SPACE/release/commit/c86a87758efa248bcfaf2684196fdd4946bb9922))

### 🔁 Continuous Integration

* correct ghcr permission issues ([97a3129](https://github.com/TMCB-SPACE/release/commit/97a31295b755fc8d4559b6c622c665bb22ff10f4))
* update action versions ([6a15657](https://github.com/TMCB-SPACE/release/commit/6a156579169d21078d340d2a7862a39a9030d441))
* update node version ([937009b](https://github.com/TMCB-SPACE/release/commit/937009be251fec389b62f56c670863c24b316fcd))

## [1.2.0](https://github.com/TMCB-SPACE/release/compare/v1.1.1...v1.2.0) (2025-02-23)

### 🍕 Features
Expand All @@ -17,6 +49,35 @@

* correct deno.json inclusion ([30a17b1](https://github.com/TMCB-SPACE/release/commit/30a17b165e9a30acb2cb31a3af214d41e785e2c6))

## [1.1.1-beta.2](https://github.com/TMCB-SPACE/release/compare/v1.1.1-beta.1...v1.1.1-beta.2) (2026-03-15)

### 🔁 Continuous Integration

* correct ghcr permission issues ([97a3129](https://github.com/TMCB-SPACE/release/commit/97a31295b755fc8d4559b6c622c665bb22ff10f4))

## [1.1.1-beta.1](https://github.com/TMCB-SPACE/release/compare/v1.1.0...v1.1.1-beta.1) (2026-03-15)

### 🐛 Bug Fixes

* correct package lock on semantic release typescript changes ([db22488](https://github.com/TMCB-SPACE/release/commit/db22488e520ac3e37fd1076f67359682a48b8a1f))
* use trusted publishing for npm publish ([8a064b7](https://github.com/TMCB-SPACE/release/commit/8a064b7a7254298aed44f26407026068d72943b6))

### ✅ Tests

* disable bahmutov action ([d288d5b](https://github.com/TMCB-SPACE/release/commit/d288d5b79b9cfffa2f51ef0b831f0fa8b3bd2d87))
* test cross repo workflow changes ([c7e2e14](https://github.com/TMCB-SPACE/release/commit/c7e2e14364af7611f861b7690c192a3911f6eee0))
* test github workspace ([bd63b72](https://github.com/TMCB-SPACE/release/commit/bd63b72e9fa5ed4bcbac132c8b305461956b49c7))

### 🤖 Build System

* attempt to correct build ([1674f11](https://github.com/TMCB-SPACE/release/commit/1674f1118677fa4bbe98d1b47462e7ac7c1a077b))
* update deps and add safe reverts ([c86a877](https://github.com/TMCB-SPACE/release/commit/c86a87758efa248bcfaf2684196fdd4946bb9922))

### 🔁 Continuous Integration

* update action versions ([6a15657](https://github.com/TMCB-SPACE/release/commit/6a156579169d21078d340d2a7862a39a9030d441))
* update node version ([937009b](https://github.com/TMCB-SPACE/release/commit/937009be251fec389b62f56c670863c24b316fcd))

## [1.1.0](https://github.com/TMCB-SPACE/release/compare/v1.0.6...v1.1.0) (2025-02-02)

### 🍕 Features
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 TED (Teodor-Eugen Dutulescu) Vortex
Copyright (c) 2023 TED (Teodor-Eugen Duțulescu) Vortex

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

> now available as a [GitHub Marketplace action](https://github.com/marketplace/actions/tmcb-space-release)

> works with deno
> works with node, deno and python

[![Commits](https://img.shields.io/github/commit-activity/w/TMCB-SPACE/release?style=flat)](https://github.com/TMCB-SPACE/release/pulse)
[![Issues](https://img.shields.io/github/issues/TMCB-SPACE/release.svg?style=flat)](https://github.com/TMCB-SPACE/release/issues)
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -219,6 +219,17 @@ If you decide to fix a bug, make sure to use the conventional commit available a
npm run push
```

### Disabling auto-detect features

You can use these environment variables to deny execution of any part of the auto-detect features:

- `SR_DISABLE_CHANGELOG`
- `SR_DISABLE_NPM`
- `SR_DISABLE_ACTIONS`
- `SR_DISABLE_CHROME`
- `SR_DISABLE_DOCKER`
- `SR_DISABLE_PYTHON`

## ⚖️ LICENSE

MIT © [TED (Teodor-Eugen Dutulescu) Vortex](./LICENSE)
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ branding:
color: 'yellow'
runs:
using: 'docker'
image: 'docker://ghcr.io/tmcb-space/release:1.2.0'
image: 'docker://ghcr.io/tmcb-space/release:2.0.0-beta.1'

Loading
Loading