Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
github-pr-release
Advanced tools
Create a release pull request by using Github API. In fact, this is a Node.js port of git-pr-release.
Create a release pull request and return Promise.
var release = require('git-pr-release');
release().then(function () {
// success
}).catch(function () {
// nice catch!
});
Prepare a config file in your working directory: .github-pr-release.json
{
"repo": "your/repository",
"token": "github token",
"branch": {
"production": "production",
"staging": "master"
}
}
or pass a config object to release()
.
release({
repo: 'your/repository',
token: 'github token'
})
release = require('github-pr-release')
module.exports = (robot) ->
robot.respond /release/i, (msg) ->
msg.send '(salute)'
release()
Edit index.es6
and run
npm run build
MIT
FAQs
Create a release pull request by Github API
The npm package github-pr-release receives a total of 3,163 weekly downloads. As such, github-pr-release popularity was classified as popular.
We found that github-pr-release demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.