Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased
# 0.0.22

None
### Notable

Added custom branded layouts for some QR channels.

### Bug fixes

# 0.0.21

Expand Down
12 changes: 3 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading