diff --git a/CHANGELOG.md b/CHANGELOG.md index af91f33..25de52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ -# Unreleased +# 0.0.22 -None +### Notable + +Added custom branded layouts for some QR channels. + +### Bug fixes # 0.0.21 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c81c119..1b6adc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,16 +11,10 @@ Run `pnpm test` to run tests. # Releasing 1. Run `./bump 1.2.3` to change the version number. -2. Update CHANGELOG.md. Rename the "Unreleased" section to the version number and add the following back to the top of the file: - -```markdown -# Unreleased - -No unreleased changes. -``` - +2. Update CHANGELOG.md. Add a new section for the new version. 3. Commit and merge the result. -4. Create a tag using https://github.com/xendit/xendit-components-web/releases/new +4. Create a tag using https://github.com/xendit/xendit-components-web/releases/new, setting the release notes to: + `See [CHANGELOG.md](https://github.com/xendit/xendit-components-web/blob/main/CHANGELOG.md)` 5. Trigger a staging release on the new tag https://asia.buddy.works/xendit/xendit-components-web/pipelines/pipeline/1756/run 6. Test using the staging postrelease testbed: https://assets.stg.tidnex.dev/components/postrelease-testbed.html 7. Trigger a prod release on the new tag https://asia.buddy.works/xendit/xendit-components-web/pipelines/pipeline/1757/run diff --git a/package.json b/package.json index 183a003..bc37455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xendit-components-web", - "version": "0.0.21", + "version": "0.0.22", "description": "Xendit frontend payment components SDK", "type": "module", "author": "Xendit",