Skip to content

Commit

Permalink
chore: remove tags ci event (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Oct 19, 2021
1 parent d3a23dd commit dc05d6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: CI
on:
push:
branches: [main]
tags: ['**']

jobs:
node_tests:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2021-10-19
### Added
- Add more useful info on README.md

## [0.0.1] - 2021-10-19
### Added
- Add based @wxml/parser feature support
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wxml/parser",
"version": "0.0.1",
"version": "0.1.0",
"description": "A fast and tolerant wxml parser",
"type": "commonjs",
"main": "lib/index.js",
Expand Down

0 comments on commit dc05d6a

Please sign in to comment.