Skip to content

Commit

Permalink
Publish v4.2.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Mar 23, 2022
1 parent 1de744e commit ef42ac1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"skuba": "4.1.1"
},
"changesets": [
"brave-peas-carry",
"cool-melons-work",
"curvy-papayas-remember",
"lemon-buttons-move",
"old-points-brush",
"purple-balloons-speak",
"purple-candles-retire"
]
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# skuba

## 4.2.0-beta.0

### Minor Changes

- **lint:** Autofix in CI ([#800](https://github.com/seek-oss/skuba/pull/800))

`skuba lint` can now automatically push ESLint and Prettier autofixes. This lets us introduce new autofixable linting rules and version upgrades without requiring a manual `skuba format` on each project.

You'll need to configure your CI environment to support this feature. See our [GitHub autofixes](https://seek-oss.github.io/skuba/docs/deep-dives/github.html#github-autofixes) documentation to learn more.

### Patch Changes

- **template/lambda-sqs-worker-cdk:** Fix progress configuration in `cdk.json` ([#797](https://github.com/seek-oss/skuba/pull/797))

- **Git.currentBranch:** Add helper function ([#804](https://github.com/seek-oss/skuba/pull/804))

- **Git.commitAllChanges:** Skip commit and return `undefined` when there are no changes ([#804](https://github.com/seek-oss/skuba/pull/804))

- **template:** Propagate additional Buildkite environment variables ([#800](https://github.com/seek-oss/skuba/pull/800))

- **Git.getOwnerAndRepo:** Support reading from CI environment variables ([#804](https://github.com/seek-oss/skuba/pull/804))

- **Git.getHeadCommitMessage:** Add helper function ([#804](https://github.com/seek-oss/skuba/pull/804))

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@
"version": "4.0.0"
},
"types": "./lib/index.d.ts",
"version": "4.1.1"
"version": "4.2.0-beta.0"
}

0 comments on commit ef42ac1

Please sign in to comment.