Found 37 repositories(showing 30)
ProtonMail
A release note generator that reads and parses git commits and retrieves issue links from GitHub.
Pictarine
Automatic release note generator for GitHub projects.
nullean
A release notes generator based on closed Github PR's and issues.
jpobst
GitHub automated release notes generator
JimBobSquarePants
No description available
A simple git/github based release notes generator
clarafu
github release note generator
A Github Action for semantic-release/release-notes-generator
brayanj4y
Github release note generator
uadev
Release notes generator for GitHub v3
smartlyio
GitHub release notes and changelog generator using Gren
A small little GitHub action that converts release notes of github releases into a json format
mehulcode12
PushNotes is an AI-powered changelog generator that reads your GitHub commits and pull requests, turns them into clean human-readable release notes, translates them into 10+ languages — and visualizes them as an interactive multilingual mindmap. No login. No OAuth. No credit card. Just paste a GitHub URL and go.
clementlopes
A portable shell script to auto-generate professional GitHub release notes with contributor attribution, PR links, and changelog.
A release notes generator for GitHub issues based on milestones
StroepWafel
AI release note generator for github actions
JobaerChowdhury
Simple release note generator from Github and JIRA
Sourav2paul
I'm a beginner on arduino board projects.I'm doing a project of home automation using NODEMCU ESP8266 12E and blynk.when I'm trying t compile it its showing an error massege and showing:- Arduino: 1.8.5 (Windows Store 1.8.10.0) (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 4M (1M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200" Build options changed, rebuilding all exit status -1073741515 Error compiling for board NodeMCU 1.0 (ESP-12E Module). This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. MY CODE IS:- /************************************************************* Download latest Blynk library here: https://github.com/blynkkk/blynk-library/releases/latest Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets. Downloads, docs, tutorials: http://www.blynk.cc Sketch generator: http://examples.blynk.cc Blynk community: http://community.blynk.cc Follow us: http://www.fb.com/blynkapp http://twitter.com/blynk_app Blynk library is licensed under MIT license This example code is in public domain. ************************************************************* This example runs directly on ESP8266 chip. Note: This requires ESP8266 support package: https://github.com/esp8266/Arduino Please be sure to select the right ESP8266 module in the Tools -> Board menu! Change WiFi ssid, pass, and Blynk auth token to run :) Feel free to apply it to any other example. It's simple! *************************************************************/ /* Comment this out to disable prints and save space */ #define BLYNK_PRINT Serial #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char auth[] = "authcode"; // Your WiFi credentials. // Set password to "" for open networks. char ssid[] = "Xiaomi_712F"; char pass[] = "bolajabena"; void setup() { // Debug console Serial.begin(9600); Blynk.begin(auth, ssid, pass); } void loop() { Blynk.run(); }
valhristov
Release notes generator for SonarSource projects hosted on GitHub
Github Release Notes Generator plugin for Gradle
GitHubReleaseNotesGenerator is a tool to generate GitHub release notes based on labels and searches.
kishore123
Creates release notes for a github repo
actions-marketplace-validations
No description available
No description available
mikevanwinkle
Github release note generator
soranoba
Release note generator for github
nello
Release notes generator for Buildkite/Trello/Github
re-actors
GitHub Action to create a release notes using the Spring.io release notes generator script
lukekania
Release Notes Generator is a minimal GitHub Action that automatically generates release notes from merged pull requests.
A GitHub release notes generator based on your project's cards.