Media Picker
Media Picker is Atlassian's toolkit for getting your customer's files to the Media API.
Documentation
You can read documentation on this page.
Setup
First, install the dependencies:
$ yarn
Currently we have an issue with yarn when installing react/react-redux and TS, because of that we need to use NPM install instead
Development
Link all the things:
- Watch for changes and start the server:
$ yarn dev
Open Chrome in unsafe
mode in order to override Access-Control-Allow-Origin
restrictions when using localhost
:
open -a Google\ Chrome\ Canary --args --disable-web-security --user-data-dir
Testing
$ yarn test
Releasing
Changelog
Ensure that the ./CHANGELOG.md
file contains a valid version entry with details.
Short messages are best but if you need to add more detail, do so.
Consumers should be able to use the changelog as well as the ./docs
folder to self serve upgrades.
default
Running bump
without any argument will bump a patch version
$ yarn bump
specifying version
You can optionally specify a semver version <newversion> | major | minor | patch
$ yarn bump -- major
$ yarn bump -- 3.2.1
publish
npm publish