{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":121945465,"defaultBranch":"master","name":"gitmoji-commit-workflow","ownerLogin":"arvinxx","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-02-18T11:27:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/28616219?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1686576753.0178602","currentOid":""},"activityList":{"items":[{"before":"c5e7e3480d9ca5c06d4ed94d2d55f19f77b6ac32","after":"8f21e287ec3c3f5144f3a606a3c737bea6d67e80","ref":"refs/heads/master","pushedAt":"2023-06-12T13:32:32.131Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":":bookmark: chore(release): conventional-changelog-gitmoji-config@1.5.2 [skip ci]\n\n### [Version 1.5.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@1.5.1...conventional-changelog-gitmoji-config@1.5.2)\nReleased on **2023-06-12**\n\n#### πŸ› Bug Fixes\n\n- **changelog**: Fix subCommitScope default value and reduceHeadingLevel.\n\n
\n\n
\nImprovements and Fixes\n\n#### What's fixed\n\n* **changelog**: Fix subCommitScope default value and reduceHeadingLevel, closes [#670](https://github.com/arvinxx/gitmoji-commit-workflow/issues/670) ([e4da993](https://github.com/arvinxx/gitmoji-commit-workflow/commit/e4da993))\n\n
\n\n
\n\n[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)\n\n
","shortMessageHtmlLink":"πŸ”– chore(release): conventional-changelog-gitmoji-config@1.5.2 [skip ci]"}},{"before":"e4da9937ccd9226b3ccfcb08b241fb4c8b59a83b","after":"c5e7e3480d9ca5c06d4ed94d2d55f19f77b6ac32","ref":"refs/heads/master","pushedAt":"2023-06-12T13:32:26.608Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":":bookmark: chore(release): semantic-release-config-gitmoji@1.5.3 [skip ci]\n\n### [Version 1.5.3](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.5.2...semantic-release-config-gitmoji@1.5.3)\nReleased on **2023-06-12**\n\n
\n\n
\nImprovements and Fixes\n\n
\n\n
\n\n[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)\n\n
\n\n### Dependencies\n\n* **conventional-changelog-gitmoji-config:** upgraded to 1.5.2","shortMessageHtmlLink":"πŸ”– chore(release): semantic-release-config-gitmoji@1.5.3 [skip ci]"}},{"before":"e88caf577d5e6a2e3d9d9cced74f39d6ac731ae1","after":"e4da9937ccd9226b3ccfcb08b241fb4c8b59a83b","ref":"refs/heads/master","pushedAt":"2023-06-12T13:28:13.649Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"arvinxx","name":"Arvin Xu","path":"/arvinxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28616219?s=80&v=4"},"commit":{"message":"πŸ› fix(changelog): fix subCommitScope default value and reduceHeadingLevel (#670)\n\n* πŸ› fix(changelog): fix subCommitScope default value to null\r\n\r\nThe commit includes changes in the packages/changelog/.changelogrc.js, packages/changelog/src/finalizeContext/index.ts, and packages/changelog/src/templates files. It fixes the default value of subCommitScope from an empty string to null when it is not defined in customConfig.scopeDisplayName. The change ensures that commits with no scope are appropriately sorted in commitGroups.\r\n\r\n* πŸ’„ style: Update typeDisplayName.test.ts to use more appropriate emoji and wording\r\n\r\n* πŸ’„ style: Update display names for commit types in changelog transformer\r\n\r\nThis commit updates the display names for `build`, `chore`, and `ci` commit types in the `typeDisplayName` module of the changelog transformer. The emojis used to represent these types have been changed from πŸ“¦, πŸ”§, and πŸ‘· to πŸ‘·, 🎫, and πŸ”§ respectively. This change applies to both English and Chinese display names. The update only affects style and does not impact the functionality of the code.\r\n\r\n* ✨ feat(changelog): Add support for custom type display map and scope display name\r\n\r\nThis commit adds support for a custom type display map and scope display name to the changelog package. The `customTypeMap` property in the `ChangelogConfig` interface allows users to define a custom type display map, while the `scopeDisplayName` property allows users to specify a default display name for all scopes. These new features can be configured in the `customConfig.ts` file. This commit also includes some code refactoring and dependency updates.\r\n\r\n* βœ… test(change): fix test\r\n\r\n* πŸ”§ chore(changelog): update dependencies\r\n\r\n* ♻️ refactor(changelog): Use null instead of empty string for subCommitScope in finalizeContext test\r\n\r\nThis commit refactors the code in finalizeContext index.test.ts file by using null instead of an empty string for subCommitScope. This change is done to fix a bug related to custom configuration scopeDisplayName. The commit does not add any new features nor affect performance.\r\n\r\n* ♻️ refactor(changelog): change typeDisplayName.ts to accept all CommitTypes in customTypeMap parameter\r\n\r\n* ♻️ refactor(changelog): Clean up finalizeContext test\r\n\r\nThis commit refactors the finalizeContext test in the changelog package by removing unused imports, variables, and commented-out code. It also improves readability by removing unnecessary ternary operations and renaming variables for clarity.\r\n\r\n* βœ… test(changelog): fix test snapshots\r\n\r\n* ✨ feat(changelog): Add an option to show authors' avatars in summary template\r\n\r\nThis commit adds an option to show authors' avatars in the summary template of the changelog package. The new functionality is achieved by introducing a new handlebar partial called \"summary-avatar,\" which contains the code that generates avatars for each author. The mainTemplate variable is updated to include this new partial and replace the {{gitUserInfo}} placeholder with the appropriate code based on the showAuthor and showAuthorAvatar options from the customConfig object.\r\n\r\n* ♻️ refactor(changelog): refactor get user avatar func by github api","shortMessageHtmlLink":"πŸ› fix(changelog): fix subCommitScope default value and reduceHeadingL…"}},{"before":"fafd1e9fa1fdf668e465954d39ae1f5702d13c76","after":"e88caf577d5e6a2e3d9d9cced74f39d6ac731ae1","ref":"refs/heads/master","pushedAt":"2023-06-10T08:24:22.993Z","pushType":"push","commitsCount":1,"pusher":{"login":"arvinxx","name":"Arvin Xu","path":"/arvinxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28616219?s=80&v=4"},"commit":{"message":":wrench: ci: add doctor check","shortMessageHtmlLink":"πŸ”§ ci: add doctor check"}},{"before":"150a822d792f2f33a813b716a5530448e5ab1e52","after":"fafd1e9fa1fdf668e465954d39ae1f5702d13c76","ref":"refs/heads/master","pushedAt":"2023-06-10T08:20:00.429Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":":bookmark: chore(release): semantic-release-config-gitmoji@1.5.2 [skip ci]\n\n## [Version 1.5.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.5.1...semantic-release-config-gitmoji@1.5.2)\nReleased on **2023-06-10**\n\n#### πŸ› Bug Fixes\n\n- **changelog**: Add pangu deps.\n\n
\n\n
\nImprovements and Fixes\n\n##### What's fixed\n\n* **changelog**: Add pangu deps ([f62727e](https://github.com/arvinxx/gitmoji-commit-workflow/commit/f62727e))\n\n
\n\n
\n\n[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)\n\n
","shortMessageHtmlLink":"πŸ”– chore(release): semantic-release-config-gitmoji@1.5.2 [skip ci]"}},{"before":"48650ea661b83cae352b0a246c546a0d78237e63","after":"150a822d792f2f33a813b716a5530448e5ab1e52","ref":"refs/heads/master","pushedAt":"2023-06-10T08:19:53.540Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":":bookmark: chore(release): conventional-changelog-gitmoji-config@1.5.1 [skip ci]\n\n## [Version 1.5.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@1.5.0...conventional-changelog-gitmoji-config@1.5.1)\nReleased on **2023-06-10**\n\n#### πŸ› Bug Fixes\n\n- **changelog**: Add pangu deps.\n\n
\n\n
\nImprovements and Fixes\n\n##### What's fixed\n\n* **changelog**: Add pangu deps ([f62727e](https://github.com/arvinxx/gitmoji-commit-workflow/commit/f62727e))\n\n
\n\n
\n\n[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)\n\n
","shortMessageHtmlLink":"πŸ”– chore(release): conventional-changelog-gitmoji-config@1.5.1 [skip ci]"}},{"before":"0138d5930b74560504431aabb599358ea59998fe","after":"48650ea661b83cae352b0a246c546a0d78237e63","ref":"refs/heads/master","pushedAt":"2023-06-10T08:14:55.596Z","pushType":"push","commitsCount":2,"pusher":{"login":"arvinxx","name":"Arvin Xu","path":"/arvinxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28616219?s=80&v=4"},"commit":{"message":":wrench: ci: add publish check","shortMessageHtmlLink":"πŸ”§ ci: add publish check"}},{"before":"ea4cb58253e729f8355f34772820dfc06397cc22","after":"0138d5930b74560504431aabb599358ea59998fe","ref":"refs/heads/master","pushedAt":"2023-06-10T08:01:52.703Z","pushType":"push","commitsCount":1,"pusher":{"login":"arvinxx","name":"Arvin Xu","path":"/arvinxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28616219?s=80&v=4"},"commit":{"message":":wrench: chore: update changelog config","shortMessageHtmlLink":"πŸ”§ chore: update changelog config"}},{"before":"06647bfb8354ff5693067fc997cab8e4788f9add","after":"ea4cb58253e729f8355f34772820dfc06397cc22","ref":"refs/heads/master","pushedAt":"2023-06-10T07:56:24.668Z","pushType":"push","commitsCount":1,"pusher":{"login":"arvinxx","name":"Arvin Xu","path":"/arvinxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28616219?s=80&v=4"},"commit":{"message":":arrow_up: chore: fix deps","shortMessageHtmlLink":"⬆️ chore: fix deps"}},{"before":"e00303579d856b0ab2d8945215600fff9d631085","after":"06647bfb8354ff5693067fc997cab8e4788f9add","ref":"refs/heads/master","pushedAt":"2023-06-10T07:51:37.137Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":":bookmark: chore(release): semantic-release-config-gitmoji@1.5.1 [skip ci]\n\n## [1.5.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.5.0...semantic-release-config-gitmoji@1.5.1) (2023-06-10)\n\n### ✨ Features\n\n* **changelog**: Add changelog style configs, closes [#669](https://github.com/arvinxx/gitmoji-commit-workflow/issues/669) ([f9e6585](https://github.com/arvinxx/gitmoji-commit-workflow/commit/f9e6585))","shortMessageHtmlLink":"πŸ”– chore(release): semantic-release-config-gitmoji@1.5.1 [skip ci]"}},{"before":"f9e658551592d539cc0beb9b62aad627625b53d7","after":"e00303579d856b0ab2d8945215600fff9d631085","ref":"refs/heads/master","pushedAt":"2023-06-10T07:51:30.276Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":":bookmark: chore(release): conventional-changelog-gitmoji-config@1.5.0 [skip ci]\n\n# conventional-changelog-gitmoji-config [1.5.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@1.4.7...conventional-changelog-gitmoji-config@1.5.0) (2023-06-10)\n\n### ✨ Features\n\n* **changelog**: Add changelog style configs, closes [#669](https://github.com/arvinxx/gitmoji-commit-workflow/issues/669) ([f9e6585](https://github.com/arvinxx/gitmoji-commit-workflow/commit/f9e6585))","shortMessageHtmlLink":"πŸ”– chore(release): conventional-changelog-gitmoji-config@1.5.0 [skip ci]"}},{"before":"678d734a5b79e1536ca0ee217e09fd8dc20dc6c1","after":"f9e658551592d539cc0beb9b62aad627625b53d7","ref":"refs/heads/master","pushedAt":"2023-06-10T07:46:16.342Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"arvinxx","name":"Arvin Xu","path":"/arvinxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28616219?s=80&v=4"},"commit":{"message":"✨ feat(changelog): add changelog style configs (#669)\n\n* ✨ feat(changelog): add configs `showAuthorAvatar` `showSummary` `reduceHeadingLevel` `newlineTimestamp` `addBackToTop`\r\n\r\n* βœ… test(changelog): fix changelog test\r\n\r\n* πŸ› οΈ chore(changelog): clean\r\n\r\n* :sparkles: feat(changelog): better summary style\r\n\r\n* ✨ feat(changelog): add summary avatar list\r\n\r\n* πŸ’„ style(changelog): better summary layout\r\n\r\n* πŸ› fix(changelog): footer position\r\n\r\n* πŸ› fix(changelog): fix summary spacing\r\n\r\n* πŸ’„ style(changelog): fix typo\r\n\r\n* πŸ“ docs(changlog): update README.md\r\n\r\n* βœ… test(changelog): add `finalizeContext` and `transformer` tests","shortMessageHtmlLink":"✨ feat(changelog): add changelog style configs (#669)"}},{"before":"e97fb35bad4da738bda8b2003fb072fd9b1fe181","after":"678d734a5b79e1536ca0ee217e09fd8dc20dc6c1","ref":"refs/heads/master","pushedAt":"2023-05-21T08:14:20.073Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":":bookmark: chore(release): semantic-release-config-gitmoji@1.5.0 [skip ci]\n\n# semantic-release-config-gitmoji [1.5.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.4.3...semantic-release-config-gitmoji@1.5.0) (2023-05-21)\n\n### ✨ Features\n\n* support release on main branch ([e97fb35](https://github.com/arvinxx/gitmoji-commit-workflow/commit/e97fb35))\n* support release on main branch ([163ea4b](https://github.com/arvinxx/gitmoji-commit-workflow/commit/163ea4b))","shortMessageHtmlLink":"πŸ”– chore(release): semantic-release-config-gitmoji@1.5.0 [skip ci]"}},{"before":"163ea4b960c4f4be8a5136ad50e6ff79ac55f311","after":"e97fb35bad4da738bda8b2003fb072fd9b1fe181","ref":"refs/heads/master","pushedAt":"2023-05-21T08:10:37.467Z","pushType":"push","commitsCount":1,"pusher":{"login":"arvinxx","name":"Arvin Xu","path":"/arvinxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28616219?s=80&v=4"},"commit":{"message":":sparkles: feat: support release on main branch","shortMessageHtmlLink":"✨ feat: support release on main branch"}},{"before":"52ae2b5563304df6cd28cf959d91c6ec4ca38d2f","after":"163ea4b960c4f4be8a5136ad50e6ff79ac55f311","ref":"refs/heads/master","pushedAt":"2023-05-21T08:09:54.634Z","pushType":"push","commitsCount":1,"pusher":{"login":"arvinxx","name":"Arvin Xu","path":"/arvinxx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28616219?s=80&v=4"},"commit":{"message":":sparkles: feat: support release on main branch","shortMessageHtmlLink":"✨ feat: support release on main branch"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADP6ShQgA","startCursor":null,"endCursor":null}},"title":"Activity Β· arvinxx/gitmoji-commit-workflow"}