Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 4.17 KB

changelog.md

File metadata and controls

79 lines (47 loc) · 4.17 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Conventional Commits for commit guidelines.

✨ Features

  • releaserc: add configuration for VSCode extension releases ffda893.

📚 Documentations

  • releaserc: change URL of conventional commits guide 8f321de.

🐛 Fixes

  • don't publish map files to reduce size a87bf89.

🐛 Fixes

  • correct package's metadata 🔍 3fd921c.

  • releaserc: use custom main template 2299496.

    Generated changelog / release notes, instead of using preset's template, now using custom main template.

🐛 Fixes

  • specify peerDependencies explicitly 2eda436.

✨ Features

  • releaserc: disable mentions in changelog 76d1e85.

    Leveraging GitHub release's contributors, now disabling mentions in changelog, since it's a little buggy too (detecting user mentions when mentioning scoped package name).

⚠ BREAKING CHANGES

  • deps: The minimum required version of node is now v14.17.

    This is a maintenance release. An increasing amount of dependencies required a node version higher than the Node 10 version supported by semantic-release@17. We decided to go straight to a recent Node LTS version because the release build is usually independent of others, requiring a higher node version is less disruptive to users, but helps us reduce the maintenance overhead.

🏗️ Builds System

  • deps: update semantic-release monorepo (#28) 05641c1.

@latipun7/releaserc-v1.0.0 (2021-08-12)

✨ Features

  • releaserc: initial release ✨🚀 9c3ec6f.

    • Semantic Release adheres to conventional commits specs.
    • Add commit type: feature, revert, security.
    • Extends release notes from conventionalcommits preset.
    • Custom release notes & changelog.
    • Lot of customizations on writerOpts.
    • Note Groups with emoji 😎
    • 6 commit types for changelog: feat/feature, fix, docs, perf, revert, security.
  • releaserc: no release notes on release commit 853799a.