Skip to content

Commit

Permalink
* (bluefox) Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed May 19, 2022
1 parent 241ef0d commit a088473
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 143 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ ${parameters.join('\n')}`;

gulp.task('updateYamlVersion', done => {
let yaml = fs.readFileSync(__dirname + '/lib/api/swagger/swagger.yaml').toString('utf8');
yaml = yaml.replace(/version: "\d+\.\d+.\d+"/, pkg.version);
yaml = yaml.replace(/version: "\d+\.\d+.\d+"/, `version: "${pkg.version}"`);
fs.writeFileSync(__dirname + '/lib/api/swagger/swagger.yaml', yaml);
done();
});
Expand Down
Loading

0 comments on commit a088473

Please sign in to comment.