Skip to content

Commit

Permalink
Release 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
awps committed Nov 13, 2023
1 parent b63b7d8 commit c95ba4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ 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.5",
"version": "1.10.6",
"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 c95ba4d

Please sign in to comment.