Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Conversation

@AndyOGo
Copy link
Contributor

@AndyOGo AndyOGo commented May 27, 2020

fix #35

This automatically aborts the release, if the working tree isn't clean.

Running node ./lib-release.js with uncommited changes:

🚀  Hello Dear developer, welcome to the release assistant. 🚀

!! Please make sure you have no changes to be commited !!

I'm getting some information....

>>> rejected | git diff --exit-code --quiet HEAD

Attention: Your working tree is not clean. I will abort the action

Please check your working tree:

git status

Running node ./lib-release.js with staged changes:

🚀  Hello Dear developer, welcome to the release assistant. 🚀

!! Please make sure you have no changes to be commited !!

I'm getting some information....

>>> rejected | git diff --exit-code --quiet HEAD

Attention: Your working tree is not clean. I will abort the action

Please check your working tree:

git status

@AndyOGo AndyOGo added the enhancement New feature or request label May 27, 2020
@AndyOGo AndyOGo requested review from LucaMele and campsafari May 27, 2020 12:29
@AndyOGo AndyOGo self-assigned this May 27, 2020
@LucaMele LucaMele removed their request for review May 27, 2020 12:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warn of uncommitted changes

2 participants