Skip to content

Commit

Permalink
add appropriate changelog entries for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pitabwire committed Dec 13, 2023
1 parent f80a2c6 commit d5f7cfd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
name: Publish

on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]

Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0

- migrate to dart ecosystem publishing mechanisms @pitabwire (#14)
- introduce matrix testing for all supported versions @pitabwire (#14)
- cleanup precommit file

## 1.0.11

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Globally Unique ID Generator

[![Build Status](https://github.com/pitabwire/xid/actions/workflows/run_tests.yaml/badge.svg?branch=main)](https://github.com/pitabwire/xid/actions/workflows/run_tests.yaml)

> This project is a dart implementation of the Go Lang library found here: [https://github.com/rs/xid](https://github.com/rs/xid)
__ReadMe is from that project (with some modifications for dart).__
Expand Down

0 comments on commit d5f7cfd

Please sign in to comment.