Skip to content

Commit

Permalink
Release 1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
awps committed Nov 13, 2023
1 parent c95ba4d commit 4e4be2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ const packageVersionBump = async (vv) => {

module.exports = function () {
(async () => {
const autoRelease = args['auto-release'] || (pkgContent && pkgContent.tagy && pkgContent.tagy['auto-release']);

console.log(args);

return;


const totalArguments = Object.values(args).length;

if (totalArguments > 5) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tagy",
"version": "1.10.6",
"version": "1.10.7",
"description": "Create a new git tag by following the 'Semantic Versioning' and push it on remote.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4e4be2d

Please sign in to comment.