Skip to content

Commit 8569a6d

Browse files
author
Christopher Quadflieg
committed
ci: temporarily disable the beta version
1 parent 2ef9f1e commit 8569a6d

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- next-major
99
- next-minor
1010
- alpha
11-
- beta
11+
# - beta
1212

1313
jobs:
1414
release:

CHANGELOG.md

-46
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,3 @@
1-
# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-06-25)
2-
3-
4-
### Bug Fixes
5-
6-
* fix circular beta release ([dbc5efc](https://github.com/htmlhint/HTMLHint/commit/dbc5efc45513b23886e9fe25809dd1d16961d81c))
7-
* remove duplicate changelog ([#474](https://github.com/htmlhint/HTMLHint/issues/474)) ([cfb015b](https://github.com/htmlhint/HTMLHint/commit/cfb015bbc2f50bc75e5938efd4802db3e1fe1aa3))
8-
9-
10-
### Continuous Integration
11-
12-
* trigger major bump ([f6de930](https://github.com/htmlhint/HTMLHint/commit/f6de930990ccd3d798cce3d09c401f986c6f57ef))
13-
14-
15-
### Features
16-
17-
* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([ae99648](https://github.com/htmlhint/HTMLHint/commit/ae9964861b18904d3f4ab05fc22efe969bfed114))
18-
19-
20-
### BREAKING CHANGES
21-
22-
* Rules have a new structure
23-
24-
# [1.0.0-beta.1](https://github.com/htmlhint/HTMLHint/compare/v0.14.1...v1.0.0-beta.1) (2020-06-25)
25-
26-
27-
### Bug Fixes
28-
29-
* fix circular beta release ([dbc5efc](https://github.com/htmlhint/HTMLHint/commit/dbc5efc45513b23886e9fe25809dd1d16961d81c))
30-
* remove duplicate changelog ([#474](https://github.com/htmlhint/HTMLHint/issues/474)) ([cfb015b](https://github.com/htmlhint/HTMLHint/commit/cfb015bbc2f50bc75e5938efd4802db3e1fe1aa3))
31-
32-
33-
### Continuous Integration
34-
35-
* trigger major bump ([f6de930](https://github.com/htmlhint/HTMLHint/commit/f6de930990ccd3d798cce3d09c401f986c6f57ef))
36-
37-
38-
### Features
39-
40-
* new configuration structure ([#445](https://github.com/htmlhint/HTMLHint/issues/445)) ([ae99648](https://github.com/htmlhint/HTMLHint/commit/ae9964861b18904d3f4ab05fc22efe969bfed114))
41-
42-
43-
### BREAKING CHANGES
44-
45-
* Rules have a new structure
46-
471
# [1.0.0-beta.2](https://github.com/htmlhint/HTMLHint/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-06-25)
482

493
* try to set version manually

0 commit comments

Comments
 (0)