coh-content-db-homecoming 2.0.0-rc.12 → 2.0.0-rc.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  name: Build
2
2
  on:
3
3
  push:
4
- branches: '*'
4
+ branches: [ '*' ]
5
5
  jobs:
6
6
  build:
7
7
  runs-on: ubuntu-latest
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [2.0.0-rc.12] - 2025-06-25
8
+ ## [2.0.0-rc.13] - 2025-06-25
9
9
 
10
10
  ### Added
11
11
 
@@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
23
 
24
24
  ### Changed
25
25
 
26
+ - [#180](https://github.com/n15g/coh-content-db-homecoming/pull/180) - Fix event badge ordering
27
+ - [#180](https://github.com/n15g/coh-content-db-homecoming/pull/180) - Fix monument location in [Christie Consolidation] badge
26
28
  - [#179](https://github.com/n15g/coh-content-db-homecoming/pull/179) - Icon Fixes
27
29
  - [#178](https://github.com/n15g/coh-content-db-homecoming/pull/178) - Fix Two Birds, One Stone badge title
28
30
  - Updated to [coh-content-db:2.0.0](https://github.com/n15g/coh-content-db) data model.
package/README.md CHANGED
@@ -40,14 +40,17 @@ npm run test
40
40
  npm run build
41
41
  ```
42
42
 
43
- ## Publish
43
+ ## Release
44
44
 
45
- Tags matching the pattern `v<X>.<Y>.<Z>` will attempt to publish to npm (this can only be achieved by the package manager (n15g)).
45
+ 1. Determine the next [Semantic Release](https://semver.org) version, i.e. `2.0.0-rc.16`
46
+ 2. Update the version and release notes in the [CHANGELOG.md](CHANGELOG.md).
47
+ * Commit with the comment `Changelog <semver>`
48
+ 3. `npm version <semver>` - Updates the package.json and commits + tags new version. Use semver syntax for version number.
49
+ 4. `npm run push` - Push the commit and tags to remote.
50
+ 5. GitHub will release automatically.
46
51
 
47
- ```shell
48
- npm version 1.4.x
49
- npm run push
50
- ```
52
+ Tags matching the pattern `v<X>.<Y>.<Z>` will attempt to publish to npm (this can only be achieved by the package manager (n15g).
53
+ The `npm version` command automatically prepends the `v` prefix to the version number.
51
54
 
52
55
  ## Updating Content
53
56
 
@@ -1 +1 @@
1
- {"name":"Homecoming","version":"2.0.0-rc.12","lastUpdateTime":"2025-06-25T10:13:25.356Z","description":"Content data for the CoH: Homecoming server.","repositoryUrl":"https://github.com/n15g/coh-content-db-homecoming","changelogUrl":"https://github.com/n15g/coh-content-db-homecoming/blob/master/CHANGELOG.md","links":[{"title":"Homecoming Forums","href":"https://forums.homecomingservers.com/"}]}
1
+ {"name":"Homecoming","version":"2.0.0-rc.13","lastUpdateTime":"2025-11-25T23:03:28.763Z","description":"Content data for the CoH: Homecoming server.","repositoryUrl":"https://github.com/n15g/coh-content-db-homecoming","changelogUrl":"https://github.com/n15g/coh-content-db-homecoming/blob/master/CHANGELOG.md","links":[{"title":"Homecoming Forums","href":"https://forums.homecomingservers.com/"}]}