metanorma-iec 2.1.5 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0585b10d5d71f684389b80f76bf39e03809e9014c33ab02b93645c2370f8ef4b'
4
- data.tar.gz: baff2cd03a4fc85d2a35d863868038a658ca0ea5dacb1f6040d2674eb79cf37c
3
+ metadata.gz: 0e527d84c01c2fec15944e1fd17ab3f2fbb26f89d709e4cdcb16469976a1ff56
4
+ data.tar.gz: de81afc3ff72dcc616e0ca0a58c771215b0ccca07f0f0ddefef7925bc34d07bc
5
5
  SHA512:
6
- metadata.gz: cec9bcdf35e5edbd9f5b6aec5df60179ed246972bb3e008e61cac38c592feca0ec940d0c3b0c5ef094fbd2718439e8488c0fd3993c6e17809a35ed613e4529ab
7
- data.tar.gz: 6a4758c0cb33333d9655580f0af27b0cae530050fd7426a80c178eb345fa0a8c6a2d43a8d394e603953f0e49a6b1772ec739314784566373231d1e1230de277f
6
+ metadata.gz: 9b27a083093bacd9bb02bd57968f228be5261a49667c98452b51509f492d465ae2cdc18f87c4fc6fef0c3f1067a4a2122aad9ab4fc57d07923b650b8dceb6421
7
+ data.tar.gz: b500e4f510aaa241426bef0a2520c87faa136194e710213cc82f70e86dbb54d0da29c3d42bcf123f8cf57ae6521e433f7b870e87e6e51c8170ff03cd2d447969
@@ -10,6 +10,6 @@ on:
10
10
 
11
11
  jobs:
12
12
  notify:
13
- uses: metanorma/metanorma-build-scripts/.github/workflows/mn-processor-rake.yml@main
13
+ uses: metanorma/ci/.github/workflows/mn-processor-rake.yml@main
14
14
  secrets:
15
15
  pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
@@ -0,0 +1,24 @@
1
+ # Auto-generated by Cimas: Do not edit it manually!
2
+ # See https://github.com/metanorma/cimas
3
+ name: release
4
+
5
+ on:
6
+ workflow_dispatch:
7
+ inputs:
8
+ next_version:
9
+ description: |
10
+ Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
11
+ required: true
12
+ default: 'skip'
13
+ push:
14
+ tags: [ v* ]
15
+
16
+ jobs:
17
+ release:
18
+ uses: metanorma/ci/.github/workflows/rubygems-release.yml@main
19
+ with:
20
+ next_version: ${{ github.event.inputs.next_version }}
21
+ secrets:
22
+ rubygems-api-key: ${{ secrets.METANORMA_CI_RUBYGEMS_API_KEY }}
23
+ pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
24
+
@@ -18,7 +18,7 @@
18
18
  <p class="coverpage_techcommittee"><a
19
19
  name="CVP_Secretariat_Loca">Secretariat</a>: {{ secretariat }}</p>
20
20
 
21
- <div class="doctitle-en"><div><span class="title">{{ doctitleintro }}{% if doctitleintro and doctitlemain %} &mdash; {% endif %}</span><span class="subtitle">{{ doctitlemain }}{% if doctitlemain and doctitlepart %} &mdash;{% endif %}</span>
21
+ <div class="doctitle-en"><div><span class="title">{{ doctitleintro }}{% if doctitleintro and doctitlemain %} &#x2014; {% endif %}</span><span class="subtitle">{{ doctitlemain }}{% if doctitlemain and doctitlepart %} &#x2014;{% endif %}</span>
22
22
  {% if doctitlepart %}
23
23
  </div><div class="doctitle-part">
24
24
  {% if doctitlepartlabel %}<span class="partlabel">{{ doctitlepartlabel }}: </span>{% endif %}
@@ -26,7 +26,7 @@ name="CVP_Secretariat_Loca">Secretariat</a>: {{ secretariat }}</p>
26
26
  {% endif %}
27
27
  </div></div>
28
28
 
29
- <div class="doctitle-fr"><div><span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} &mdash; {% endif %}</span><span class="subtitle">{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} &mdash;{% endif %}</span>
29
+ <div class="doctitle-fr"><div><span class="title">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} &#x2014; {% endif %}</span><span class="subtitle">{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} &#x2014;{% endif %}</span>
30
30
  {% if docsubtitlepart %}
31
31
  </div><div>
32
32
  {% if docsubtitlepartlabel %}<span class="partlabel">{{ docsubtitlepartlabel }}: </span>{% endif %}