Automating Tag and Release Generation with Semantic Release and GitHub Actions for Node.js Applications

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • commit-analyzer

    :bulb: semantic-release plugin to analyze commits with conventional-changelog

  • Semantic Release is a tool that automates semantic versioning and release creation based on the content of changes made to the source code. By adopting this approach, the tool analyzes commits since the last version, automatically determines the version type (major, minor, or patch) based on the changes made, and then generates a new tag and release. This not only streamlines the process but also ensures consistency and accuracy in your software versions. See default release rules.

  • "release": { "branches": [ "main" ], "repositoryUrl": "https://github.com/your_user/your_repository.git", "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", [ "@semantic-release/git", { "message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}" } ], "@semantic-release/github" ] }

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • semantic-release-example

  • repository: semantic-release-example

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Release notes - whose fault is it if they're wrong?

    1 project | /r/technicalwriting | 20 Jan 2023
  • New version of git-cliff is out! (changelog generator written in Rust)

    2 projects | /r/rust | 16 Aug 2022
  • Adding GitHub integration to git-cliff (need opinions/comments)

    1 project | /r/rust | 4 Dec 2023
  • Auto-Generated Customer-Friendly Changelogs

    1 project | /r/laravel | 23 May 2023
  • changelog-gh-usernames: A tool to replace emails in changelogs with GitHub usernames

    2 projects | /r/rust | 1 May 2023