Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

feat(action): migrate from docker to node #267

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

iamludal
Copy link
Contributor

This migration improves performance because no Docker image should be created at each run. The dist/index.js can run directly, reducing the time needed for the action to run.

The dist/index.js script is automatically updated by Semantic Release when a new release is created with npm run build command. This npm command relies on @vercel/ncc to merge files to a single dist/index.js file.

I also added the @semantic-release/npm plugin in order to update the version field in package.json and package-lock.json. I set npmPublish to false because we don't need it.

Before:
before

After:
after

@iamludal
Copy link
Contributor Author

Hi @aslafy-z, any update on this PR?

@aslafy-z
Copy link
Owner

aslafy-z commented Aug 9, 2023

@iamludal Thank you for the contribution! Can you please rebase your branch on the latest code? Thank you!

@iamludal
Copy link
Contributor Author

iamludal commented Aug 9, 2023

@aslafy-z You're welcome! Sure.

This migration improves performance because no Docker image should be created at each run. The `dist/index.js` can run directly, reducing the time needed for the action to run.

The `dist/index.js` script is automatically updated by Semantic Release when a new release is created with `npm run build` command. This npm command relies on `@vercel/ncc` to merge files to a single `dist/index.js` file.

I also added the `@semantic-release/npm` plugin in order to update the `version` field in `package.json` and `package-lock.json`. I set `npmPublish` to `false` because we don't need it.

Before:
![before](https://user-images.githubusercontent.com/44783088/231568415-7c32495a-86d6-48c8-ba33-0fa7ef978851.png)

After:
![after](https://user-images.githubusercontent.com/44783088/231568592-c73ee502-7cfb-42a1-a93f-4a8a354704a8.png)
@iamludal
Copy link
Contributor Author

iamludal commented Aug 9, 2023

By the way, does PR #264 still makes sense with the current one?

@aslafy-z aslafy-z merged commit 6fd10ff into aslafy-z:main Aug 9, 2023
2 checks passed
aslafy-z pushed a commit that referenced this pull request Aug 9, 2023
## [3.1.0](v3.0.1...v3.1.0) (2023-08-09)

### Features

* **action:** migrate from docker to node ([#267](#267)) ([6fd10ff](6fd10ff))
@aslafy-z
Copy link
Owner

aslafy-z commented Aug 9, 2023

🎉 This PR is included in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

aslafy-z added a commit that referenced this pull request Aug 10, 2023
aslafy-z added a commit that referenced this pull request Aug 10, 2023
@iamludal iamludal deleted the from-docker-to-node branch August 10, 2023 11:58
renovate bot referenced this pull request in 4m-mazi/gh-test Aug 11, 2023
….1 (#374)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[aslafy-z/conventional-pr-title-action](https://github.com/aslafy-z/conventional-pr-title-action)
| action | minor | `v3.0.1` -> `v3.1.1` |

---

### Release Notes

<details>
<summary>aslafy-z/conventional-pr-title-action
(aslafy-z/conventional-pr-title-action)</summary>

###
[`v3.1.1`](https://github.com/aslafy-z/conventional-pr-title-action/releases/tag/v3.1.1)

[Compare
Source](https://github.com/aslafy-z/conventional-pr-title-action/compare/v3.1.0...v3.1.1)

#### This release is a mirror of
[v3.1.0](https://github.com/aslafy-z/conventional-pr-title-action/releases/tag/v3.1.0)

###
[`v3.1.0`](https://github.com/aslafy-z/conventional-pr-title-action/releases/tag/v3.1.0)

[Compare
Source](https://github.com/aslafy-z/conventional-pr-title-action/compare/v3.0.1...v3.1.0)

#### What's Changed

- docs(README): no input is required by
[@&#8203;iamludal](https://github.com/iamludal) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/265](https://github.com/aslafy-z/conventional-pr-title-action/pull/265)
- chore(deps-dev): bump jest from 29.4.2 to 29.5.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/263](https://github.com/aslafy-z/conventional-pr-title-action/pull/263)
- docs: minor documentation improvements by
[@&#8203;iamludal](https://github.com/iamludal) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/266](https://github.com/aslafy-z/conventional-pr-title-action/pull/266)
- test: add assertions and run tests before creating a release by
[@&#8203;iamludal](https://github.com/iamludal) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/268](https://github.com/aslafy-z/conventional-pr-title-action/pull/268)
- feat(action): migrate from docker to node by
[@&#8203;iamludal](https://github.com/iamludal) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/267](https://github.com/aslafy-z/conventional-pr-title-action/pull/267)
- revert: feat(action): migrate from docker to node by
[@&#8203;aslaFY-Z](https://github.com/aslaFY-Z) in
https://github.com/aslafy-z/conventional-pr-title-action/commits/2ce59b07f86bd51b521dd088f0acfb0d7fdac55e
- chore(deps): bump conventional-changelog-conventionalcommits from
5.0.0 to 6.1.0 by [@&#8203;dependabot](https://github.com/dependabot)
in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/278](https://github.com/aslafy-z/conventional-pr-title-action/pull/278)
- chore(deps-dev): bump jest from 29.5.0 to 29.6.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/282](https://github.com/aslafy-z/conventional-pr-title-action/pull/282)
- chore(deps): bump semver from 5.7.1 to 5.7.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/281](https://github.com/aslafy-z/conventional-pr-title-action/pull/281)
- chore(deps): bump conventional-commits-parser from 3.2.4 to 4.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/271](https://github.com/aslafy-z/conventional-pr-title-action/pull/271)

#### New Contributors

- [@&#8203;iamludal](https://github.com/iamludal) made their first
contribution in
[https://github.com/aslafy-z/conventional-pr-title-action/pull/265](https://github.com/aslafy-z/conventional-pr-title-action/pull/265)

**Full Changelog**:
aslafy-z/conventional-pr-title-action@v3.0.1...v3.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Mogyuchi/gh-test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants