-
-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: arduino/create-changelog
base: 1.2.3
head repository: arduino/create-changelog
compare: main
- 15 commits
- 5 files changed
- 3 contributors
Commits on Sep 5, 2023
-
Bump actions/checkout from 3 to 4 (#43)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f93da2 - Browse repository at this point
Copy the full SHA 4f93da2View commit details
Commits on Oct 24, 2023
-
Bump actions/setup-node from 3 to 4 (#45)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb1819a - Browse repository at this point
Copy the full SHA cb1819aView commit details
Commits on Oct 20, 2024
-
Reformat commands in contributor guide
The commands were prefixed by "#", evidently to indicate a command prompt. But that is the shell comment syntax, so it is very unintuitive.
Configuration menu - View commit details
-
Copy full SHA for 8855f61 - Browse repository at this point
Copy the full SHA 8855f61View commit details -
Use ordered list for development section of contributor guide
The development process for contributors follows a reasonably linear set of distinct steps, so this is an appropriate way of organizing the information.
Configuration menu - View commit details
-
Copy full SHA for 6ecbca8 - Browse repository at this point
Copy the full SHA 6ecbca8View commit details -
Change development policy to repackaging on every code change
The previous development policy was to only repackage on each release. This prevented contributors from doing casual beta testing by simply referencing the action as `arduino/arduino-lint-action@main` in a workflow.
Configuration menu - View commit details
-
Copy full SHA for 51174a5 - Browse repository at this point
Copy the full SHA 51174a5View commit details -
Add CI workflow to check project packaging is up to date
On every push and pull request that affects relevant files, check to make sure the ncc packaging is up to date.
Configuration menu - View commit details
-
Copy full SHA for c130260 - Browse repository at this point
Copy the full SHA c130260View commit details -
Add CI workflow to run integration tests
On every push and pull request that affects relevant files, run the integration tests.
Configuration menu - View commit details
-
Copy full SHA for 7c15626 - Browse repository at this point
Copy the full SHA 7c15626View commit details -
Merge pull request #40 from MatteoPologruto/check-packaging
Change development policy to continuous packaging
Configuration menu - View commit details
-
Copy full SHA for a81dc9d - Browse repository at this point
Copy the full SHA a81dc9dView commit details -
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f7ff9e6 - Browse repository at this point
Copy the full SHA f7ff9e6View commit details -
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 89da41b - Browse repository at this point
Copy the full SHA 89da41bView commit details -
Bump geekyeggo/delete-artifact from 2 to 5
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 5. - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md) - [Commits](GeekyEggo/delete-artifact@v2...v5) --- updated-dependencies: - dependency-name: geekyeggo/delete-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for adb4c1f - Browse repository at this point
Copy the full SHA adb4c1fView commit details -
Don't upload multiple times to same artifact in label sync workflow
The "Sync Labels" GitHub Actions workflow is configured to allow the use of multiple shared label configuration files. This is done by using a job matrix in the GitHub Actions workflow to download each of the files from the source repository in a parallel GitHub Actions workflow job. A GitHub Actions workflow artifact was used to transfer the generated files between sequential jobs in the workflow. The "actions/upload-artifact" and "actions/download-artifact" actions are used for this purpose. Previously, a single artifact was used for the transfer of all the shared label configuration files, with each of the parallel jobs uploading its own generated files to that artifact. However, support for uploading multiple times to a single artifact was dropped in version 4.0.0 of the "actions/upload-artifact" action. So it is now necessary to use a dedicated artifact for each of the builds. These can be downloaded in aggregate by using the artifact name globbing and merging features which were introduced in version 4.1.0 of the "actions/download-artifact" action.
Configuration menu - View commit details
-
Copy full SHA for 46c3255 - Browse repository at this point
Copy the full SHA 46c3255View commit details -
Merge pull request #46 from arduino/dependabot/github_actions/actions…
…/upload-artifact-4 Bump actions/upload-artifact from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 838ab11 - Browse repository at this point
Copy the full SHA 838ab11View commit details
Commits on Oct 21, 2024
-
Bump actions/setup-node from 3 to 4 (#52)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe84bcc - Browse repository at this point
Copy the full SHA fe84bccView commit details
Commits on Oct 22, 2024
-
Bump actions/checkout from 3 to 4 (#53)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 862202a - Browse repository at this point
Copy the full SHA 862202aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.2.3...main