Skip to content

Commit

Permalink
feat(notify): more than 10 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Oct 16, 2024
1 parent f43189a commit 469f9f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/notify/lib/utils.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { createRequire } from 'node:module';

import { http } from '@bring-it/utils/index.mjs';
// eslint-disable-next-line import/no-unresolved
import { CommitParser } from 'conventional-commits-parser';
import { clean } from 'fast-clean';
Expand All @@ -9,8 +10,6 @@ import sortBy from 'lodash/sortBy.js';
import { toMarkdown } from 'mdast-util-to-markdown';
import semverPrerelease from 'semver/functions/prerelease.js';

import { http } from '@bring-it/utils/index.mjs';

const {
BRANCH_NAME,
CCI_JOB_NAME,
Expand Down Expand Up @@ -128,6 +127,7 @@ async function getlog(from, to) {

return gitlog({
repo: process.cwd(),
number: 100,
branch: `${from}...${to}`,
fields: ['hash', 'abbrevHash', 'subject'],
});
Expand Down
2 changes: 1 addition & 1 deletion packages/notify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/notify",
"version": "0.3.16",
"version": "0.3.17",
"description": "Send releases notifications",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 469f9f4

Please sign in to comment.