Compare commits

...

2 Commits
v7.1.1 ... main

Author SHA1 Message Date
638b94f82f v7.1.2
Some checks failed
CI / Type Check & Lint (push) Successful in 36s
CI / Build Test (Current Platform) (push) Successful in 42s
Publish to npm / npm-publish (push) Failing after 1m8s
CI / Build All Platforms (push) Successful in 2m23s
Release / build-and-release (push) Successful in 2m34s
2026-02-08 12:49:03 +00:00
8a2e32dcd4 fix(readme): Correct license link and fix markdown line break for company name in README 2026-02-08 12:49:03 +00:00
5 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-08 - 7.1.2 - fix(readme)
Correct license link and fix markdown line break for company name in README
- Updated README link to the license file from ./license to ./LICENSE
- Added trailing spaces after 'Task Venture Capital GmbH' to preserve a Markdown line break
- Documentation-only change; no code modified
## 2026-02-07 - 7.1.1 - fix(workflows)
normalize default branch to 'main' across CI/release workflows and docs; update package metadata; clean .gitignore and fix readme license link

View File

@@ -1,6 +1,6 @@
{
"name": "@ship.zone/szci",
"version": "7.1.1",
"version": "7.1.2",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {

View File

@@ -1,6 +1,6 @@
{
"name": "@ship.zone/szci",
"version": "7.1.1",
"version": "7.1.2",
"description": "Serve Zone CI - A tool to streamline Node.js and Docker workflows within CI environments, particularly GitLab CI, providing various CI/CD utilities. Powered by Deno with standalone executables.",
"keywords": [
"Node.js",

View File

@@ -371,7 +371,7 @@ deno task lint
## License and Legal Information
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [license](./license) file.
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [LICENSE](./LICENSE) file.
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@ship.zone/szci',
version: '7.1.1',
version: '7.1.2',
description: 'Serve Zone CI - A tool to streamline Node.js and Docker workflows within CI environments, particularly GitLab CI, providing various CI/CD utilities. Powered by Deno with standalone executables.'
}