Mathieu Dutour
Mathieu Dutour
happy to accept a PR :+1:
so the push succeeded but skpm didn't notice it? What version of skpm are you using? as for the "unfinished release", it's just how a tag looks like without release...
ah! I'm wondering if we can fix this 🤔 Does it print something when you are being asked the passphrase?
no I mean when you do `git push origin HEAD` yourself?
no worry. I'm just wondering if we can recognize that and forward it to the user instead of just handing
Happy to accept a PR 👍 In the meantime you can do something like ```js try { something() expect(false).toBe(true) } catch (err) { expect(true).toBe(true) } ```
change it to ``` export function inFile... export function inPage... ``` and it should work
Good point. I don’t think I’d be too hard actually: we can append `.dev` to the plugin identifier when `process.env.NODE_ENV !== 'production'`. It is set to production when publishing so...
you should be possible by changing the option of the `exec` that runs the command. Happy to accept a PR
Sketch doesn't handle changelog yet so it wouldn't useful for skpm to generate it