Skip to content

Commit bde40c1

Browse files
authored
Fix publishing (#8)
* Correct release types key * Bump version v1.1.1 * Document fix
1 parent 9183203 commit bde40c1

4 files changed

Lines changed: 15 additions & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22

33
on:
44
release:
5-
type:
5+
types:
66
- published
77

88
jobs:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
This is the initial release version. The code has been thoroughly tested with 100% coverage.
66

7-
## v1.1.0 - DevOps improvements / Improve internal class logging
7+
## v1.1.0 - DevOps improvements / Improve internal class logging - 2021-03-14
88

99
- Migrate to GitHub Actions for build and testing - away from Travis CI.
1010
- Use Node based tools for file management (`rimraf`) and update build process and `package.json` scripts to conform with new standards set in [`codemgr`](https://github.com/acmeframework/codemgr) tool.
11+
12+
### Fixes
13+
14+
- v1.1.1 - Fix GitHub Action for publishing to NPM. Correct `release` event `types` key misspelling

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "af-documents",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A library for managing Documents with Properties",
55
"main": "dist/lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)