The issue has been closed
At the moment, all postman collection requests link back to the documentation website. It is better to [arse the comments into the collections themselves
I come to apologize and say that we have nothing against this, only that they accuse us of copying and we never copied anything, if someone copied it was when someone changed our lib, I apologize and the intention was not to be slandered anymore of copying something we worked on every day. just like you, we will not do that anymore.
posted by joedutra about 4 years ago@github-actions run
<details>
<summary>ā” Release! ā”</summary>
(async () => {
function exec(cmd) {
console.log(execSync(cmd).toString());
}
// Config
const gitUserEmail = "github-actions[bot]@users.noreply.github.com";
const gitUserName = "github-actions[bot]";
exec(`echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc`);
exec(`git config --global user.email "${gitUserEmail}"`);
exec(`git config --global user.name "${gitUserName}"`);
exec(`npm i -D`);
exec(`npm run release-ci`);
//comment on the issue
var result = execSync(`npx auto-changelog -o ./tempchangelog.txt --commit-limit false --template ./compact-keepachangelog.hbs --stdout`).toString();
await postComment(result);
//create changelog image
exec(`npm run release-image`);
exec(`git commit -a -m 'updated release-image'`);
exec(`git push --force`);
})();
</details>
posted by smashah almost 4 years agoChangelog
š Release 3.2.4 (2021-02-02)
- build(deps-dev): bump @types/marked from 1.2.1 to 1.2.2
#1285
- build(deps): bump update-notifier from 5.0.1 to 5.1.0
#1287
- Release 3.2.4
0fe1612
- feat: (cli) swagger UI now has API docs built in (#918)
0993537
- added twiter badge, updated wa version badge
ae783a8
posted by smashah almost 4 years ago