Skip to content
Snippets Groups Projects
Commit 231ce270 authored by Fabien Combernous's avatar Fabien Combernous
Browse files

release 1.0.0

parent c90d9370
No related branches found
No related tags found
1 merge request!7Resolve "release 1.0.0"
Pipeline #88393 passed
......@@ -18,7 +18,6 @@ stages:
matrix:
- RUBY_VERSION: ['3.2.0']
PUPPET_GEM_VERSION: ['~> 7']
BLACKSMITH_FORGE_API_KEY: "$FORGE_API_KEY"
image: ruby:${RUBY_VERSION}
cache:
paths:
......@@ -76,7 +75,7 @@ module release:
stage: release
script:
- bundle exec puppet strings generate --format markdown --out REFERENCE.md
- bundle exec rake module:push
- bundle exec pdk release --force --skip-changelog --skip-dependency --skip-publish --skip-validation --skip-documentation
only:
- tags
except:
......
......@@ -2,10 +2,7 @@
All notable changes to this project will be documented in this file.
## Release 0.1.0
## Release 1.0.0
**Features**
Initial release
**Bugfixes**
**Known Issues**
{
"name": "adullact-sympa",
"version": "0.1.0",
"version": "1.0.0",
"author": "adullact",
"summary": "",
"summary": "Install and configure Sympa mailing list manager",
"license": "AGPL-3.0",
"source": "",
"source": "https://gitlab.adullact.net/adullact/puppet-sympa.git",
"project_page": "https://gitlab.adullact.net/adullact/puppet-sympa",
"issues_url": "https://gitlab.adullact.net/adullact/puppet-sympa",
"dependencies": [
{
"name": "puppetlabs-stdlib",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment