-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: tediousjs/setup-sqlserver
base: v1.3.0
head repository: tediousjs/setup-sqlserver
compare: v2.0.0
- 14 commits
- 10 files changed
- 4 contributors
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ae3ffa - Browse repository at this point
Copy the full SHA 1ae3ffaView commit details -
Merge pull request #7 from dhensby/pulls/ci
ci: use !cancelled() instead of always()
Configuration menu - View commit details
-
Copy full SHA for f3b854a - Browse repository at this point
Copy the full SHA f3b854aView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f58c26 - Browse repository at this point
Copy the full SHA 5f58c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2edd7 - Browse repository at this point
Copy the full SHA fe2edd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7411d - Browse repository at this point
Copy the full SHA 2a7411dView commit details -
Merge pull request #8 from dhensby/pulls/upgrade-node
feat: upgrade node runtime for gh action
Configuration menu - View commit details
-
Copy full SHA for f3ca9d3 - Browse repository at this point
Copy the full SHA f3ca9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc7371 - Browse repository at this point
Copy the full SHA acc7371View commit details -
feat: upgrade node runtime to Node20
BREAKING CHANGE: The runtime is now upgraded to Node20 from Node16
Configuration menu - View commit details
-
Copy full SHA for 1b7e069 - Browse repository at this point
Copy the full SHA 1b7e069View commit details -
Merge pull request #16 from dhensby/pulls/dependabot-config
ci: add lint-tools group to dependabot
Configuration menu - View commit details
-
Copy full SHA for 9fd4190 - Browse repository at this point
Copy the full SHA 9fd4190View commit details -
chore(deps-dev): bump the release-tools group with 6 updates
Bumps the release-tools group with 6 updates: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `17.8.1` | `19.3.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `17.8.1` | `19.2.2` | | [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) | `10.0.4` | `13.0.0` | | [@semantic-release/github](https://github.com/semantic-release/github) | `9.2.6` | `10.0.6` | | [@semantic-release/npm](https://github.com/semantic-release/npm) | `10.0.6` | `12.0.1` | | [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) | `11.0.7` | `14.0.0` | Updates `@commitlint/cli` from 17.8.1 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 17.8.1 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional) Updates `@semantic-release/commit-analyzer` from 10.0.4 to 13.0.0 - [Release notes](https://github.com/semantic-release/commit-analyzer/releases) - [Commits](semantic-release/commit-analyzer@v10.0.4...v13.0.0) Updates `@semantic-release/github` from 9.2.6 to 10.0.6 - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](semantic-release/github@v9.2.6...v10.0.6) Updates `@semantic-release/npm` from 10.0.6 to 12.0.1 - [Release notes](https://github.com/semantic-release/npm/releases) - [Commits](semantic-release/npm@v10.0.6...v12.0.1) Updates `@semantic-release/release-notes-generator` from 11.0.7 to 14.0.0 - [Release notes](https://github.com/semantic-release/release-notes-generator/releases) - [Commits](semantic-release/release-notes-generator@v11.0.7...v14.0.0) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-major dependency-group: release-tools - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-major dependency-group: release-tools - dependency-name: "@semantic-release/commit-analyzer" dependency-type: direct:development update-type: version-update:semver-major dependency-group: release-tools - dependency-name: "@semantic-release/github" dependency-type: direct:development update-type: version-update:semver-major dependency-group: release-tools - dependency-name: "@semantic-release/npm" dependency-type: direct:development update-type: version-update:semver-major dependency-group: release-tools - dependency-name: "@semantic-release/release-notes-generator" dependency-type: direct:development update-type: version-update:semver-major dependency-group: release-tools ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6eb3327 - Browse repository at this point
Copy the full SHA 6eb3327View commit details -
Merge pull request #11 from tediousjs/dependabot/npm_and_yarn/release…
…-tools-2c11ffa389 chore(deps-dev): bump the release-tools group with 6 updates
Configuration menu - View commit details
-
Copy full SHA for 692b011 - Browse repository at this point
Copy the full SHA 692b011View commit details -
Fix to release process via temporary override of changelog lib (as per semantic-release/release-notes-generator#657 (comment))
Configuration menu - View commit details
-
Copy full SHA for fa81dd9 - Browse repository at this point
Copy the full SHA fa81dd9View commit details -
Merge pull request #19 from dhensby/pulls/release-fix
ci: fix release process
Configuration menu - View commit details
-
Copy full SHA for 191bfc0 - Browse repository at this point
Copy the full SHA 191bfc0View commit details -
## [2.0.0](v1.3.0...v2.0.0) (2024-06-18) ### ⚠ BREAKING CHANGES * The runtime is now upgraded to Node20 from Node16 * upgrade runtime to node20 ### Features * upgrade node runtime to Node20 ([1b7e069](1b7e069)) * upgrade runtime to node20 ([5f58c26](5f58c26))
Configuration menu - View commit details
-
Copy full SHA for ccf3c7a - Browse repository at this point
Copy the full SHA ccf3c7aView 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 v1.3.0...v2.0.0