intoli / remote-browser

A low-level browser automation framework built on top of the Web Extensions API standard.
Other
1.73k stars 105 forks source link

Configure package deployment via CircleCI #44

Closed sangaline closed 6 years ago

sangaline commented 6 years ago

New versions can be tagged using npm version and the tagged commit will automatically be pushed, built, tested, packaged, and published via CircleCI.

Closes #42