Skip to content

Commit ed6f9d5

Browse files
author
carabasdaniel
authored
Merge pull request #999 from puppetlabs/update-since-tag
Update changelog_since_tag
2 parents e56ca4c + e3fdb6e commit ed6f9d5

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/spec.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
echo STEP_ID=Setup-Acceptance-Test-Matrix >> $GITHUB_ENV
5656
echo STEP_START=$(date +%s) >> $GITHUB_ENV
5757
58+
- name: Run Static & Syntax Tests
59+
if: ${{ github.repository_owner == 'puppetlabs' }}
60+
run: |
61+
buildevents cmd $TRACE_ID $STEP_ID 'static_syntax_checks' -- bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
62+
5863
- name: Setup Spec Test Matrix
5964
id: get-matrix
6065
run: |
@@ -120,10 +125,6 @@ jobs:
120125
buildevents cmd $TRACE_ID $STEP_ID 'bundle env' -- bundle env
121126
echo ::endgroup::
122127
123-
- name: Run Static & Syntax Tests
124-
run: |
125-
buildevents cmd $TRACE_ID $STEP_ID 'static_syntax_checks Puppet ${{ matrix.puppet_version }}, Ruby ${{ matrix.ruby_version }}' -- bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
126-
127128
- name: Run parallel_spec tests
128129
run: |
129130
buildevents cmd $TRACE_ID $STEP_ID 'rake parallel_spec Puppet ${{ matrix.puppet_version }}, Ruby ${{ matrix.ruby_version }}' -- bundle exec rake parallel_spec

.sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ spec/spec_helper.rb:
2727
unmanaged: false
2828
.travis.yml:
2929
delete: true
30+
changelog_since_tag: 'v3.0.0'

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
4848
raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake.application.top_level_tasks.include? "changelog" and ENV['CHANGELOG_GITHUB_TOKEN'].nil?
4949
config.user = "#{changelog_user}"
5050
config.project = "#{changelog_project}"
51+
config.since_tag = "v3.0.0"
5152
config.future_release = "#{changelog_future_release}"
5253
config.exclude_labels = ['maintenance']
5354
config.header = "# Change log\n\nAll notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
}
7777
],
7878
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
79-
"template-ref": "heads/main-0-g03daa92",
80-
"pdk-version": "2.1.0"
79+
"template-ref": "heads/main-0-g2381db6",
80+
"pdk-version": "2.1.1"
8181
}

0 commit comments

Comments
 (0)