@scaleway/changesets-renovate 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1240](https://github.com/scaleway/scaleway-lib/pull/1240) [`51e15d2`](https://github.com/scaleway/scaleway-lib/commit/51e15d2ba75172b90736e48a827744490fdf9a51) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Commit message respects commitlint
8
+
3
9
  ## 1.2.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ async function run() {
67
67
  const packageBumps = await getBumps(files);
68
68
  await createChangeset(fileName, packageBumps, packageNames);
69
69
  await simpleGit().add(fileName);
70
- await simpleGit().commit(`Add changeset renovate-${shortHash}`);
70
+ await simpleGit().commit(`chore: add changeset renovate-${shortHash}`);
71
71
  await simpleGit().push();
72
72
  }
73
73
  run().catch(console.error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/changesets-renovate",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Automatically create changesets for Renovate",
5
5
  "keywords": [
6
6
  "changesets",