gullerya / object-observer

Object Observer functionality of JavaScript objects/arrays via native Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: improve automation flow of version bump post release

gullerya opened this issue · comments

As of now the script that is releasing the version extracts the version from the tag.
Chore proposals:

  • on the master there will already be set a next version to be released, suffixed with something like '-snapshot'
  • release will actually release the very version that is present in master
  • then bump the master to the next snapshot (let's say next patch)
  • during the development of the next version, it is possible to manually bump the snapshot further, if needed

fixed as of 4.1.1