Skip to content

Commit

Permalink
Merge pull request #134 from jgoldschrafe/fix/index
Browse files Browse the repository at this point in the history
fix: correctly import withOnlyPackageCommits
  • Loading branch information
pmowrer authored Jan 17, 2024
2 parents 45dd72c + 467aed9 commit 100c5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const readPkg = require('read-pkg');
const { compose } = require('ramda');
const withOnlyPackageCommits = require('./only-package-commits');
const { withOnlyPackageCommits } = require('./only-package-commits');
const versionToGitTag = require('./version-to-git-tag');
const logPluginVersion = require('./log-plugin-version');
const { wrapStep } = require('semantic-release-plugin-decorators');
Expand Down

0 comments on commit 100c5b0

Please sign in to comment.