@scaleway/changesets-renovate 1.1.2 → 1.1.3

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.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1228](https://github.com/scaleway/scaleway-lib/pull/1228) [`2324e6b`](https://github.com/scaleway/scaleway-lib/commit/2324e6b37feec7793567692336d24fcec5064eab) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix current branch check
8
+
3
9
  ## 1.1.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -35,7 +35,7 @@ async function getBumps(files) {
35
35
  return bumps;
36
36
  }
37
37
  async function run() {
38
- const branch = await simpleGit().branch(['--show-current']);
38
+ const branch = await simpleGit().branch();
39
39
  console.log('Detected branch:', branch);
40
40
  if (!branch.current.startsWith('renovate/')) {
41
41
  console.log('Not a renovate branch, skipping');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/changesets-renovate",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Automatically create changesets for Renovate",
5
5
  "keywords": [
6
6
  "changesets",