From e930c19372de46483ea26c7a9bcc2ef55ceac0fb Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 1 Sep 2023 19:49:19 +0200 Subject: [PATCH] Added semantic-release --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cfdd3b..6c94090 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1098** +* Apps/tools covered: **1099** * Number of categories: **66**. # Index @@ -48,7 +48,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Multimedia](#multimedia) (14) * [Networking](#networking) (32), [Note taking](#note-taking) (20) * [Office tools](#office) (10), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20) -* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (42), [Prompts](#prompt) (4) +* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (43), [Prompts](#prompt) (4) * [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (33), [System monitoring](#monitor) (40), [System tools](#system) (17) * [Terminals](#terminal) (12), [Text processing](#text-processing) (37), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (24), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7) * [Utilities](#utility) (31) @@ -959,6 +959,7 @@ A set of tools for improving own productivity that do not deserve (at the moment * [rr](https://rr-project.org/) - Debug the recording, deterministically, as many times as you want. * [scc](https://github.com/boyter/scc) - Sloc Cloc and Code (scc) is a codebase statistics counter. Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all. * [scons](https://github.com/SCons/scons) - Software construction tool. +* [semantic-release](https://github.com/semantic-release/semantic-release) - Automates the whole node.js package release workflow including: determining the next version number, generating the release notes, and publishing the package. * [stepci](https://github.com/stepci/stepci) - Automated API Testing and Quality Assurance. * [temci](https://github.com/parttimenerd/temci) - Advanced benchmarking tool written in Python 3 that supports setting up an environment for benchmarking and the generation of visually appealing reports. * [todocheck](https://github.com/preslavmihaylov/todocheck) - Static code analyzer for annotated TODO comments. diff --git a/data/apps.csv b/data/apps.csv index 0baeef5..751bf46 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1097,3 +1097,4 @@ devops,Dockly,,https://github.com/lirantal/dockly,"Immersive terminal interface devops,lazydocker,,https://github.com/jesseduffield/lazydocker,"The lazier way to manage everything docker. A simple terminal UI for both docker and docker-compose, written in Go with the gocui library." devops,docker-shell,,https://github.com/Trendyol/docker-shell,A simple interactive prompt for Docker. programming,np,,https://github.com/sindresorhus/np,A better `npm publish`. +programming,semantic-release,,https://github.com/semantic-release/semantic-release,"Automates the whole node.js package release workflow including: determining the next version number, generating the release notes, and publishing the package."