Skip to content

Commit

Permalink
Merge branch 'develop' into template-updater/update
Browse files Browse the repository at this point in the history
# Conflicts:
#	.eslintrc
#	package-lock.json
#	package.json
  • Loading branch information
sebbo2002 committed Aug 3, 2024
2 parents 51f5dd5 + c3b75b1 commit 83a35cd
Show file tree
Hide file tree
Showing 17 changed files with 3,780 additions and 3,340 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
cache: 'npm'
- name: 📦 Install dependencies
run: npm ci
- name: 🐳 Pull alpine image (for unit tests)
run: docker pull alpine
- name: ⏳ Run tests
run: npm run test

Expand All @@ -42,6 +44,8 @@ jobs:
cache: 'npm'
- name: 📦 Install dependencies
run: npm ci
- name: 🐳 Pull alpine image (for unit tests)
run: docker pull alpine
- name: 🔍 Run linter
run: npm run lint
- name: ⚙️ Build project
Expand Down Expand Up @@ -89,6 +93,8 @@ jobs:
run: npm ci
- name: 📂 Create docs folder
run: mkdir ./docs
- name: 🐳 Pull alpine image (for unit tests)
run: docker pull alpine
- name: 🪄 Run semantic-release
run: BRANCH=${GITHUB_REF#refs/heads/} npx semantic-release
env:
Expand Down
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/semantic-release-docker.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
],
"exclude": [
"coverage/**",
"node_modules/**"
"node_modules/**",
"src/lib/types.ts"
],
"report-dir": "./docs/coverage/",
"temp-directory": "./.nyc_output",
Expand All @@ -22,9 +23,9 @@
],
"all": true,
"instrument": true,
"branches": 95,
"lines": 95,
"functions": 95,
"statements": 95,
"branches": 75,
"lines": 75,
"functions": 75,
"statements": 75,
"per-file": true
}
235 changes: 235 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,235 @@
## [4.0.2](https://github.com/sebbo2002/semantic-release-docker/compare/v4.0.1...v4.0.2) (2023-10-25)


### Reverts

* Revert "ci: Downgrade is-semantic-release till it's fixed" ([91c2ab5](https://github.com/sebbo2002/semantic-release-docker/commit/91c2ab59d0559a060c11d07973382c465dd3345d))

## [4.0.2-develop.3](https://github.com/sebbo2002/semantic-release-docker/compare/v4.0.2-develop.2...v4.0.2-develop.3) (2023-09-18)

## [4.0.2-develop.2](https://github.com/sebbo2002/semantic-release-docker/compare/v4.0.2-develop.1...v4.0.2-develop.2) (2023-09-01)

## [4.0.2-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v4.0.1...v4.0.2-develop.1) (2023-08-23)


### Reverts

* Revert "ci: Downgrade is-semantic-release till it's fixed" ([91c2ab5](https://github.com/sebbo2002/semantic-release-docker/commit/91c2ab59d0559a060c11d07973382c465dd3345d))

## [4.0.1](https://github.com/sebbo2002/semantic-release-docker/compare/v4.0.0...v4.0.1) (2023-08-17)

## [4.0.1-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v4.0.0...v4.0.1-develop.1) (2023-08-03)

# [4.0.0](https://github.com/sebbo2002/semantic-release-docker/compare/v3.0.0...v4.0.0) (2023-06-14)


### Build System

* Deprecate node.js v14 / v17 ([7a2de45](https://github.com/sebbo2002/semantic-release-docker/commit/7a2de45c12f19a1ec441b3a004f4aa935efc197c))


### BREAKING CHANGES

* The node.js versions v14 and v17 are no longer maintained and are therefore no longer supported. See https://nodejs.dev/en/about/releases/ for more details on node.js release cycles.

# [4.0.0-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v3.0.0...v4.0.0-develop.1) (2023-06-14)


### Build System

* Deprecate node.js v14 / v17 ([7a2de45](https://github.com/sebbo2002/semantic-release-docker/commit/7a2de45c12f19a1ec441b3a004f4aa935efc197c))


### BREAKING CHANGES

* The node.js versions v14 and v17 are no longer maintained and are therefore no longer supported. See https://nodejs.dev/en/about/releases/ for more details on node.js release cycles.

# [3.0.0](https://github.com/sebbo2002/semantic-release-docker/compare/v2.1.0...v3.0.0) (2023-03-31)


### Build System

* Deprecate node.js 12 ([426588b](https://github.com/sebbo2002/semantic-release-docker/commit/426588b4bb7bde2924bbc92006ca839e960872e1))


### BREAKING CHANGES

* From now on, only node.js ^14.8.0 || >=16.0.0 are supported

# [3.0.0-develop.2](https://github.com/sebbo2002/semantic-release-docker/compare/v3.0.0-develop.1...v3.0.0-develop.2) (2023-03-29)

# [3.0.0-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v2.1.1-develop.1...v3.0.0-develop.1) (2023-02-12)


### Build System

* Deprecate node.js 12 ([426588b](https://github.com/sebbo2002/semantic-release-docker/commit/426588b4bb7bde2924bbc92006ca839e960872e1))


### BREAKING CHANGES

* From now on, only node.js ^14.8.0 || >=16.0.0 are supported

## [2.1.1-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v2.1.0...v2.1.1-develop.1) (2022-12-04)

# [2.1.0](https://github.com/sebbo2002/semantic-release-docker/compare/v2.0.1...v2.1.0) (2022-10-18)


### Features

* Add regclient support for multi-OS images ([81d9031](https://github.com/sebbo2002/semantic-release-docker/commit/81d9031d1f686c926453b4ee7f68e0209d1eb35d))

# [2.1.0-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v2.0.2-develop.1...v2.1.0-develop.1) (2022-10-14)


### Features

* Add regclient support for multi-OS images ([81d9031](https://github.com/sebbo2002/semantic-release-docker/commit/81d9031d1f686c926453b4ee7f68e0209d1eb35d))

## [2.0.2-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v2.0.1...v2.0.2-develop.1) (2022-09-12)

## [2.0.1](https://github.com/sebbo2002/semantic-release-docker/compare/v2.0.0...v2.0.1) (2022-08-04)


### Bug Fixes

* Reverse ESM change ([a26ccc1](https://github.com/sebbo2002/semantic-release-docker/commit/a26ccc174dd8cf37ad9f45fd3a707f7ba5ff6401)), closes [#66](https://github.com/sebbo2002/semantic-release-docker/issues/66)

## [2.0.1-develop.2](https://github.com/sebbo2002/semantic-release-docker/compare/v2.0.1-develop.1...v2.0.1-develop.2) (2022-08-04)

## [2.0.1-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v2.0.0...v2.0.1-develop.1) (2022-08-04)


### Bug Fixes

* Reverse ESM change ([a26ccc1](https://github.com/sebbo2002/semantic-release-docker/commit/a26ccc174dd8cf37ad9f45fd3a707f7ba5ff6401)), closes [#66](https://github.com/sebbo2002/semantic-release-docker/issues/66)

# [2.0.0](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.3...v2.0.0) (2022-07-25)


### Build System

* **deps:** Upgrade to execa 6.0 ([8654327](https://github.com/sebbo2002/semantic-release-docker/commit/8654327029acf5d3abd20c32d67aaca533dcaa44))
* Native ESM support ([7b86a4f](https://github.com/sebbo2002/semantic-release-docker/commit/7b86a4f1187c387a3a5792e1fb72d822b04e3631))


### BREAKING CHANGES

* **deps:** Only Support for node.js ^12.20.0 || >=14.13.1
* Only Support for node.js ^12.20.0 || >=14.13.1

# [2.0.0-develop.2](https://github.com/sebbo2002/semantic-release-docker/compare/v2.0.0-develop.1...v2.0.0-develop.2) (2022-06-28)


### Build System

* **deps:** Upgrade to execa 6.0 ([8654327](https://github.com/sebbo2002/semantic-release-docker/commit/8654327029acf5d3abd20c32d67aaca533dcaa44))


### BREAKING CHANGES

* **deps:** Only Support for node.js ^12.20.0 || >=14.13.1

# [2.0.0-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.4-develop.1...v2.0.0-develop.1) (2022-06-28)


### Build System

* Native ESM support ([7b86a4f](https://github.com/sebbo2002/semantic-release-docker/commit/7b86a4f1187c387a3a5792e1fb72d822b04e3631))


### BREAKING CHANGES

* Only Support for node.js ^12.20.0 || >=14.13.1

## [1.1.4-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.3...v1.1.4-develop.1) (2022-06-09)

## [1.1.3](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.2...v1.1.3) (2022-05-14)

## [1.1.3-develop.3](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.3-develop.2...v1.1.3-develop.3) (2022-05-13)

## [1.1.3-develop.2](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.3-develop.1...v1.1.3-develop.2) (2022-05-03)

## [1.1.3-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.2...v1.1.3-develop.1) (2022-05-01)

## [1.1.2](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.1...v1.1.2) (2022-04-25)

## [1.1.2-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.1...v1.1.2-develop.1) (2022-04-25)

## [1.1.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.0...v1.1.1) (2022-03-31)

## [1.1.1-develop.2](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.1-develop.1...v1.1.1-develop.2) (2022-03-31)

## [1.1.1-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.1.0...v1.1.1-develop.1) (2022-03-31)

# [1.1.0](https://github.com/sebbo2002/semantic-release-docker/compare/v1.0.1...v1.1.0) (2022-01-12)


### Features

* generate meaningful links for the published container ([c4fef0f](https://github.com/sebbo2002/semantic-release-docker/commit/c4fef0f25e3d1df4629370321afcf9c11c1dc787))

# [1.1.0-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.0.1...v1.1.0-develop.1) (2022-01-12)


### Features

* generate meaningful links for the published container ([c4fef0f](https://github.com/sebbo2002/semantic-release-docker/commit/c4fef0f25e3d1df4629370321afcf9c11c1dc787))

## [1.0.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.0.0...v1.0.1) (2021-12-13)


### Bug Fixes

* **CI:** Fix DockerHub container release ([01b7534](https://github.com/sebbo2002/semantic-release-docker/commit/01b753406d1f1ef24a949c7d7b946d99b779d013))

## [1.0.1-develop.2](https://github.com/sebbo2002/semantic-release-docker/compare/v1.0.1-develop.1...v1.0.1-develop.2) (2021-12-06)


### Bug Fixes

* **CI:** Fix DockerHub container release ([01b7534](https://github.com/sebbo2002/semantic-release-docker/commit/01b753406d1f1ef24a949c7d7b946d99b779d013))

## [1.0.1-develop.1](https://github.com/sebbo2002/semantic-release-docker/compare/v1.0.0...v1.0.1-develop.1) (2021-11-05)

# 1.0.0 (2021-08-03)


### chore

* Remove node.js 10 Support ([2b910c0](https://github.com/sebbo2002/semantic-release-docker/commit/2b910c09bc8a41085fc4472159494d8738d5521e))


### Features

* first commit ([c266619](https://github.com/sebbo2002/semantic-release-docker/commit/c266619159154233be9b24412745bb134564962f))
* Return release info after successful release ([139345d](https://github.com/sebbo2002/semantic-release-docker/commit/139345dfdd08ff258efc97da5fb6ec52d7a2c8b6))


### BREAKING CHANGES

* Removed support for node.js v10

# [1.0.0-develop.2](https://github.com/sebbo2002/semantic-release-docker/compare/v1.0.0-develop.1...v1.0.0-develop.2) (2021-08-03)


### Features

* Return release info after successful release ([139345d](https://github.com/sebbo2002/semantic-release-docker/commit/139345dfdd08ff258efc97da5fb6ec52d7a2c8b6))

# 1.0.0-develop.1 (2021-07-26)


### chore

* Remove node.js 10 Support ([2b910c0](https://github.com/sebbo2002/semantic-release-docker/commit/2b910c09bc8a41085fc4472159494d8738d5521e))


### Features

* first commit ([c266619](https://github.com/sebbo2002/semantic-release-docker/commit/c266619159154233be9b24412745bb134564962f))


### BREAKING CHANGES

* Removed support for node.js v10
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) 2021 Sebastian Pekarek
Copyright (c) 2024 Sebastian Pekarek

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Expand Down
Loading

0 comments on commit 83a35cd

Please sign in to comment.