Skip to content

Releases: samkelleher/conventional-github-releaser

v1.3.6

06 Jan 11:50
v1.3.6
0c5461d
Compare
Choose a tag to compare

v1.3.6 (Monday, January 6th 2020, 11:38AM)

Features ✨

  • Asset URLS: Include the URLs and total size. - Sam (65e7751)

Miscellaneous Chores 🔨

  • Housekeeping: Update depts. - Sam (0c5461d)

v1.3.5

26 Oct 19:48
v1.3.5
634b205
Compare
Choose a tag to compare

v1.3.5 (Saturday, October 26th 2019, 8:45PM)

Miscellaneous Chores 🔨

  • Housekeeping: Test in Node v13. - Sam (4a6b8cd)

Features ✨

  • Security: Use Node user rather than root when running. - Sam (7da1d4c)

Documentation 📔

  • Readme: Add screenshot example. - Sam (ca4b995)

Build System 📦

  • Docker: Tag image on release. - Sam (2cffbd7)
  • Github Action: Create standard build. - Sam (7cef6e9)
  • Github Action: Create standard build. - Sam (88e42a5)
  • Github Action: Create standard build. - Sam (2f60e1d)
  • Github Action: Create standard build. - Sam (fa0dd0b)
  • Github Action: Create standard build. - Sam (441ac9b)
  • Images: Publish to GitHub Registry. - Sam (e487e56)
  • Images: Publish to GitHub Registry. - Sam (a0ab970)
  • Notes: Only use GCloud to generate notes. - Sam (0e22086)
  • Package: Add step to publich Github Package. - Sam (f78f463)
  • Publish: Set env vars correctly. - Sam (aef9d88)
  • Publish: Set env vars correctly. - Sam (fcf0374)
  • Publish: Set env vars correctly. - Sam (7bc75ee)

Bug Fixes 🐞

  • Docker: Use correct synax. - Sam (634b205)

v1.3.3

30 Aug 10:48
v1.3.3
994b5f0
Compare
Choose a tag to compare

v1.3.3 (Friday, August 30th 2019, 11:44AM)

Bug Fixes 🐞

  • Reports: Remove console log statement. - Sam (994b5f0)

v1.3.2

30 Aug 10:40
v1.3.2
a83cd23
Compare
Choose a tag to compare

v1.3.2 (Friday, August 30th 2019, 11:37AM)

Bug Fixes 🐞

  • Report: Filter out non JavaScript assets and their maps, protect against unnamed chunks. - Sam (a83cd23)

v1.3.1

22 Aug 15:00
v1.3.1
f92fe6f
Compare
Choose a tag to compare

v1.3.1 (Thursday, August 22nd 2019, 3:50PM)

Bug Fixes 🐞

  • typo. - Sam (b73bf26)
  • PR Title: Remove duplicate title. Fixes #2 - Sam (d581a62)

Miscellaneous Chores 🔨

v1.3.0

10 Jun 01:45
v1.3.0
307b127
Compare
Choose a tag to compare

v1.3.0 (Mon, June 10th 2019, 2:43am)

Documentation 📔

  • Usage: Add complete information. - Sam (50fa6b2)

Features ✨

  • Pull Request Workflow: Allow PR merge commits to be used. - Sam (307b127)

v1.2.0

10 Jun 00:43
v1.2.0
50ac5b0
Compare
Choose a tag to compare

v1.2.0 (Mon, June 10th 2019, 1:41am)

Bug Fixes 🐞

  • Bundle Report: Add missing line break. - Sam (50ac5b0)
  • Defaults: Can work on single tag builds. - Sam (5bbcaee)
  • getTags: Protect against failure. - Sam (d245b50)
  • GetTags: Removed debug value. - Sam (2686253)
  • No Log: Don't warn. - Sam (82635bf)
  • Old Reports: Don't duplicate titles. - Sam (c6ea332)
  • Tags Loading: Malformed tags can cause crash. - Sam (54fc268)
  • Upload: Version not needed for upload. - Sam (5efd58c)
  • Upload Assets: Don't crash when there are no assets to upload. - Sam (aeb3b5b)

Build System 📦

  • CI Store: Update path. - Sam (ff7cdf3)
  • Dockerfile: Split out to enable better layer caching. - Sam (67e01ac)
  • Inception: Tool will use itself to generate it's own changelogs. - Sam (f09eec8)
  • key: Rotate to a new key. - Sam (cf93961)
  • src: Skip rollup. Move out of EU region. - Sam (56d69ab)

Features ✨

  • Bundle Size: Consistently Sort - Sam (9a2835b)
  • cwd: Allow target another directory. - Sam (21a0f84)
  • cwd: Allow target another directory. - Sam (11cfbb0)
  • Get Tags: Can report between older tags rather than newest. - Sam (7414403)
  • Get Tags: Now include the hash. - Sam (dcb6b49)
  • No Content Error: Will warn when no report. - Sam (5d4fcf4)
  • Report Upload: Upload webpack stats reports. - Sam (1859c1d)
  • Upload: Can skip on request. - Sam (e5a3c49)

Miscellaneous 👨‍💻👩‍💻

  • feat(GitHub Upload): Can edit existing releases. Add skip asset upload option. - Sam (9921bd1)

Styles 🎨

  • Date: Use formatted date header. - Sam (422cf7e)
  • Report Formatting: More human friendly formatting on dates and file sizes. - Sam (bae84cb)

v1.1.0

06 Jun 22:08
v1.1.0
015e3d2
Compare
Choose a tag to compare

v1.1.0 (Thu, June 6th 2019, 10:05pm)

Bug Fixes 🐞

  • Failures: Handle rejections. - Sam - Verified 🔒 (fae5900)
  • No Warnings: Clean stdout - Sam - Verified 🔒 (6c2bef2)

Build System 📦

  • .env file: Enable testing src via env var config. - Sam - Verified 🔒 (70f07c1)
  • GCloud: Add build step. - Sam - Verified 🔒 (bdf4d12)

Features ✨

  • Bundle Report: Read directly from file system depending on setup. - Sam - Verified 🔒 (f68dfbf)
  • Docker Command: Can run via docker. - Sam - Verified 🔒 (93b1405)
  • Github Release: Can create the release and upload. - Sam - Verified 🔒 (9cde575)
  • Runtime: Can run on the repo itself for easy testing. - Sam - Verified 🔒 (5350af0)
  • Tag Loading: Be more forgiving. - Sam - Verified 🔒 (015e3d2)

Miscellaneous 👨‍💻👩‍💻

  • Add rollup for library packaging. - Sam - Verified 🔒 (71e3b38)
  • Add test builder. - Sam - Verified 🔒 (ea5311b)
  • Correct arch - Sam - Verified 🔒 (da3d34a)
  • Include bin. - Sam - Verified 🔒 (3cc8622)
  • Loose ESM, but package is a single file. - Sam - Verified 🔒 (8605cb8)
  • Merge branch 'master' into package - Sam - Verified 🔒 (a2f4f39)
  • Produced a working exec. - Sam - Verified 🔒 (4970d4d)
  • Remove ncc, use package. - Sam - Verified 🔒 (73db3bb)
  • Rename - Sam - Verified 🔒 (8dd0a32)

Miscellaneous Chores 🔨

  • Docs: Add information. - Sam - Verified 🔒 (01120fd)
  • Fixing: Getting package working. - Sam - Verified 🔒 (3426269)

Bundle Sizes 📦

Chunk File Size
main 📥 js/0af9d7ed.js 1.22 MB