Added semantic-release

pull/27/head
Tullio Facchinetti 9 months ago
parent 2cb20ac0e2
commit e930c19372

@ -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.

@ -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."

1 category name homepage git description
1097 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.
1098 devops docker-shell https://github.com/Trendyol/docker-shell A simple interactive prompt for Docker.
1099 programming np https://github.com/sindresorhus/np A better `npm publish`.
1100 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.
Loading…
Cancel
Save